-
-
Notifications
You must be signed in to change notification settings - Fork 205
chore(demos): add development config, set as default for serve #1835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(demos): add development config, set as default for serve #1835
Conversation
View your CI Pipeline Execution ↗ for commit 42bd7e6.
☁️ Nx Cloud last updated this comment at |
apps/demos/project.json
Outdated
"open": true, | ||
"liveReload": true, | ||
"watch": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"open": true, | |
"liveReload": true, | |
"watch": true | |
"open": true |
liveReload and watch are both true by default, we can omit those. If you like to keep open, it's ok for me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hoebbelsB ok, so im deleting liveReload, and watch
I have added development configuration for build and serve,
set that configuration as default for serve
Resolves: #1830