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
`cd` to your project and run `dx serve` to start developing.
If using Tailwind, make sure to run the Tailwind CLI.
More information is available in the generated `README.md`.
is misleading since it will cause an error if you just run dx serve with is_fullstack=true.
dx new test --subtemplate Bare-Bones -o is_fullstack=true -o is_router=false -o is_tailwind=false -o default_platform=web
Implement Suggestion
#3395
The text was updated successfully, but these errors were encountered:
Feature Request
The default message
is misleading since it will cause an error if you just run
dx serve
withis_fullstack=true
.dx new test --subtemplate Bare-Bones -o is_fullstack=true -o is_router=false -o is_tailwind=false -o default_platform=web
Implement Suggestion
#3395
The text was updated successfully, but these errors were encountered: