- React + TanStack Router + shadcn/ui SPA under spa/ - serve spa/dist at /app/ with index.html fallback for client routing - Dockerfile: node build stage for SPA, copy dist into runtime image - README: document SPA, CORS_ORIGINS env var, architecture entry - vite base set to /app/, manifest.json paths fixed
8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
node_modules/
|
|
coverage/
|
|
.pnpm-store/
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
yarn.lock
|