fix: remove build artifacts from repo, build SPA in Docker
All checks were successful
check / check (push) Successful in 4s

- Remove web/dist/ from git tracking (build output)
- Add web/dist/ to .gitignore
- Add Node.js web-builder stage to Dockerfile to compile SPA at build time
- Update REPO_POLICIES.md from upstream sneak/prompts (build artifacts policy)
This commit is contained in:
user
2026-03-09 17:21:09 -07:00
committed by clawbot
parent 78d657111b
commit 4b2888cb90
6 changed files with 29 additions and 484 deletions

1
.gitignore vendored
View File

@@ -21,6 +21,7 @@ node_modules/
*.key
# Build artifacts
web/dist/
/neoircd
/bin/
*.exe