enonic / cli-enonic

GNU General Public License v3.0
41 stars 2 forks source link

Support dev mode #460

Closed alansemenov closed 1 year ago

alansemenov commented 1 year ago
### Tasks
- [ ] https://github.com/enonic/cli-enonic/issues/463
- [x] Add `dev` task to `build.gradle` of all our starters so that it doesn't fail when CLI tries to run "`./gradlew dev`". This `dev` task should execute continuous deploy, except for starters where we support watch mode (see below).
- [x] "`dev`" task in Tsup Starter should run the app in watch mode (`npm run watch`).
- [ ] https://github.com/enonic/starter-tsup/issues/233
- [ ] https://github.com/enonic/cli-enonic/issues/470
- [ ] https://github.com/enonic/cli-enonic/issues/471
- [ ] https://github.com/enonic/cli-enonic/issues/472