Suggested Deployment Direction For This Repo
Recommended initial approach:
- Build as a static site unless the design requires server behavior.
- Keep generated output in a local
dist/folder ignored by git until deploy conventions are ratified. - Add a deploy document before adding deploy scripts.
- For first live deploy, choose one:
- copy built static output to a new VPS path such as
/mnt/tsukimi-moon-garden; - update the Nginx
relikroot after a verified backup; - or serve the app on a dedicated localhost port and route Cloudflare tunnel apex/www to that port.
- copy built static output to a new VPS path such as
- Do not update DNS/tunnel/Nginx again until there is a specific deployment plan and a rollback path.