Skip to content
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

Is there no hot reload feature? #257

Open
LBC000 opened this issue Sep 24, 2024 · 1 comment
Open

Is there no hot reload feature? #257

LBC000 opened this issue Sep 24, 2024 · 1 comment

Comments

@LBC000
Copy link

LBC000 commented Sep 24, 2024

Is there no hot reload feature? How can I see the modified UI and API in real time? Having a hot reload feature would increase development efficiency.

@LBC000
Copy link
Author

LBC000 commented Sep 24, 2024

add nodemon.json for root

{
  "watch": [
    "src",
    "public"
  ],
  "ext": "js,ts,mjs,cjs,json",
  "exec": "npm run dev"
}

npx nodemon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant