@netlify/framework-info
Version:
Framework detection utility
22 lines (21 loc) • 443 B
JSON
{
"id": "angular",
"name": "Angular",
"category": "frontend_framework",
"detect": {
"npmDependencies": ["@angular/cli"],
"excludedNpmDependencies": [],
"configFiles": ["angular.json"]
},
"dev": {
"command": "ng serve",
"port": 4200,
"pollingStrategies": [{ "name": "TCP" }, { "name": "HTTP" }]
},
"build": {
"command": "ng build --prod",
"directory": "dist/"
},
"env": {},
"plugins": []
}