mirror of
https://github.com/Xevion/Pac-Man.git
synced 2026-01-30 22:24:58 -06:00
refactor(web): migrate from Vike+React to SvelteKit
- Replace Vike+React with SvelteKit for simpler SSR and routing - Update WASM build output paths from public/ to static/ - Add wasm-opt integration for WASM size optimization - Streamline tooling: remove ESLint, Prettier configs (use defaults) - Move build.rs to pacman-server/ (frontend no longer needs it)
This commit is contained in:
Vendored
+5
-5
@@ -19,12 +19,12 @@ yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Emscripten build outputs (generated by cargo build)
|
||||
web/public/pacman.data
|
||||
web/public/pacman.js
|
||||
web/public/pacman.wasm
|
||||
web/public/pacman.wasm.map
|
||||
web/static/pacman.data
|
||||
web/static/pacman.js
|
||||
web/static/pacman.wasm
|
||||
web/static/pacman.wasm.map
|
||||
|
||||
# Site build f iles
|
||||
# Site build files
|
||||
tailwindcss-*
|
||||
pacman/assets/site/build.css
|
||||
|
||||
|
||||
Reference in New Issue
Block a user