run.json 432 B

12345678910111213141516
  1. {
  2. "name": "run",
  3. "description": "Builds the application and serves up the assets via a local web server, watching files for changes as you work.",
  4. "flags": [
  5. {
  6. "name": "env",
  7. "description": "Sets the build environment.",
  8. "type": "string"
  9. },
  10. {
  11. "name": "watch",
  12. "description": "Watches source files for changes and refreshes the app automatically.",
  13. "type": "boolean"
  14. }
  15. ]
  16. }