lane711 / sonicjs

SonicJs Headless CMS - Blazing Fast Headless CMS built on Cloudflare Workers. 100% Javascript Based
https://sonicjs.com
922 stars 118 forks source link

Is there no hot reload feature? #257

Open LBC000 opened 2 months ago

LBC000 commented 2 months ago

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 commented 2 months ago

add nodemon.json for root

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

npx nodemon