wip: dashboard wiring (real backend) + Docker compose for production

This commit is contained in:
Nora
2026-06-22 14:07:31 -06:00
parent 4a382c0b16
commit 0677e4fd65
18 changed files with 1879 additions and 155 deletions
+13
View File
@@ -0,0 +1,13 @@
# Build-time-only exclusions for the frontend image.
**/node_modules
**/dist
**/.vite
**/.cache
**/.eslintcache
**/coverage
docs/
backend/
tests/
*.test.ts
*.test.tsx
**/*.test.*