This commit is contained in:
Renan LE CARO 2025-04-29 10:31:56 +02:00
parent 567785ae19
commit 08a61d6967
8 changed files with 128 additions and 285 deletions

View file

@ -4,7 +4,7 @@
"description": "A roguelite take on the breakout genre, optimised for short runs and replayability.",
"scripts": {
"start": "bash start.sh",
"dev:game-fe": "parcel src/*.html --lazy --no-hmr",
"dev:game-fe": "rm -rf .parcel-cache && parcel src/*.html --lazy --no-hmr --no-cache",
"dev:editor-be": "nodemon editserver.js --watch editserver.js",
"test": "jest --watch"
},