mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 00:05:53 +01:00
d2b024ff43
FIX ErrorObj from TRESTClient
46 lines
913 B
JSON
46 lines
913 B
JSON
{
|
|
"project": {
|
|
"version": "1.0.0",
|
|
"name": "angular2dmvcframework"
|
|
},
|
|
"apps": [
|
|
{
|
|
"root": "src",
|
|
"outDir": "../www",
|
|
"assets": "assets",
|
|
"index": "index.html",
|
|
"main": "main.ts",
|
|
"test": "test.ts",
|
|
"tsconfig": "tsconfig.json",
|
|
"prefix": "app",
|
|
"mobile": false,
|
|
"styles": [
|
|
"styles.css",
|
|
"../node_modules/bootstrap/dist/css/bootstrap.min.css"
|
|
],
|
|
"scripts": [],
|
|
"environments": {
|
|
"source": "environments/environment.ts",
|
|
"dev": "environments/environment.ts",
|
|
"prod": "environments/environment.prod.ts"
|
|
}
|
|
}
|
|
],
|
|
"addons": [],
|
|
"packages": [],
|
|
"e2e": {
|
|
"protractor": {
|
|
"config": "./protractor.conf.js"
|
|
}
|
|
},
|
|
"test": {
|
|
"karma": {
|
|
"config": "./karma.conf.js"
|
|
}
|
|
},
|
|
"defaults": {
|
|
"styleExt": "css",
|
|
"prefixInterfaces": false
|
|
}
|
|
}
|