17 lines
410 B
JSON
17 lines
410 B
JSON
{
|
|
"projectName": "HPIoTWebApp",
|
|
"version": "2.0",
|
|
"frontend": "javascript",
|
|
"javascript": {
|
|
"framework": "angular",
|
|
"config": {
|
|
"SourceDir": "src",
|
|
"DistributionDir": "dist/HPIoTWebApp",
|
|
"BuildCommand": "npm.cmd run-script build",
|
|
"StartCommand": "npm start"
|
|
}
|
|
},
|
|
"providers": [
|
|
"awscloudformation"
|
|
]
|
|
} |