You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since we added the process.exit(0) on cli, the cli-build-app command resolves the command promise wrongly when it runs watch or serve. This causes the command to exit without serving or watching. If you remove the resolve() calls from serve it's all good, BUT, plot twist, the watch command needs to resolve for the serve, but not for the main watch command.
Bug
Package Version: 7.0.1
Expected behavior:
When using watch or serve, the command should continue to run after the first build
Actual behavior:
The command exits after the first build has completed
The text was updated successfully, but these errors were encountered: