Dev: Vite dev server in Node 24 container with hot reload via volume mount and named volume for node_modules isolation. Prod: Multi-stage build (pnpm build → nginx) serving static files with API/WebSocket reverse proxy to backend. |
||
|---|---|---|
| .. | ||
| public/assets | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| .stylelintignore | ||
| biome.json | ||
| index.html | ||
| package.json | ||
| stylelint.config.js | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||