adapter-node bundles the SvelteKit framework but leaves package.json
`dependencies` (clsx, bits-ui, etc.) external — they must be present in
node_modules on the server at runtime.
- deploy.sh: rsync package.json + pnpm-lock.yaml, run pnpm install --prod
- DEPLOYMENT.md: add pnpm to server setup with explanation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add deploy.sh: builds frontend locally, rsyncs build/ to server,
restarts services via passwordless sudo
- DEPLOYMENT.md: remove pnpm build from server setup (frontend is never
built on the LXC — esbuild hangs on low-resource containers), add rsync
to apt packages, document deploy.sh setup (SSH config, sudoers), replace
manual update steps with ./deploy.sh invocation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>