bi-ido-flight-log-public/frontend/aurelia_project/tasks/build.json

17 lines
371 B
JSON
Raw Normal View History

2022-10-02 21:23:03 +00:00
{
"name": "build",
"description": "Builds and processes all application assets.",
"flags": [
{
"name": "env",
"description": "Sets the build environment.",
"type": "string"
},
{
"name": "watch",
"description": "Watches source files for changes and refreshes the bundles automatically.",
"type": "boolean"
}
]
}