bi-ido-flight-log-public/frontend/aurelia_project/tasks/build.json
2022-10-02 23:23:03 +02:00

17 lines
371 B
JSON

{
"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"
}
]
}