mirror of
https://github.com/Xevion/Pac-Man.git
synced 2026-01-30 22:24:58 -06:00
feat(web): add cache busting with version-based asset loading
- Inject git hash via Vite plugin for cache-busting WASM/JS assets - Enable Emscripten assertions for better runtime error messages - Log Emscripten runtime init for debugging filesystem readiness - Expand dockerignore to exclude web build artifacts
This commit is contained in:
@@ -6,6 +6,14 @@
|
||||
/pacman/assets
|
||||
/assets
|
||||
|
||||
# Web/Node artifacts
|
||||
node_modules
|
||||
/web/node_modules
|
||||
/web/dist
|
||||
.next
|
||||
.nuxt
|
||||
.cache
|
||||
|
||||
# Development files
|
||||
/.git
|
||||
/*.md
|
||||
|
||||
Reference in New Issue
Block a user