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

22 lines
536 B
JSON
Raw Normal View History

2022-10-02 21:23:03 +00:00
{
"name": "run",
"description": "Builds the application and serves up the assets via a local web server, watching files for changes as you work.",
"flags": [
{
"name": "analyze",
"description": "Enable Webpack Bundle Analyzer. Typically paired with --env prod",
"type": "boolean"
},
{
"name": "env",
"description": "Sets the build environment.",
"type": "string"
},
{
"name": "hmr",
"description": "Enable Hot Module Reload",
"type": "boolean"
}
]
}