Vendor frontend CDN dependencies and serve them locally.
CI / test (push) Successful in 3s

This switches demo pages and modules to local web/vendor assets, fixes Three GLTFLoader local import resolution, and documents the runtime-data/agent commit workflow updates.

Made-with: Cursor
This commit is contained in:
2026-03-02 22:43:27 +00:00
parent 6f873100ef
commit e1107256e8
25 changed files with 61548 additions and 19 deletions
+1
View File
@@ -48,6 +48,7 @@ bun run build
- Prefer minimal changes and avoid unrelated refactors.
- Treat `var/` as runtime data only; ignore it for code changes and commits.
- Every change must be committed and pushed.
- Add tests when behavior changes.
- Verify Go tests after backend changes.
- Verify Bun tests after TS client changes.