mirror of
https://github.com/Xevion/Pac-Man.git
synced 2026-01-30 22:24:58 -06:00
build: migrate to bun package manager and enforce with preinstall check
This commit is contained in:
Vendored
+8
@@ -10,6 +10,14 @@ dist/
|
||||
emsdk/
|
||||
node_modules/
|
||||
|
||||
# Package manager lockfiles (bun only)
|
||||
pnpm-lock.yaml
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Emscripten build outputs (generated by cargo build)
|
||||
web/public/pacman.data
|
||||
web/public/pacman.js
|
||||
|
||||
Reference in New Issue
Block a user