mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-04 10:49:13 -04:00
wip
This commit is contained in:
parent
d848ad511e
commit
78c8e154c6
17 changed files with 372 additions and 1521 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "A roguelite take on the breakout genre, optimised for short runs and replayability.",
|
||||
"scripts": {
|
||||
"start": "rm -rf .parcel-cache && run-p dev:*",
|
||||
"dev:game-fe": "parcel src/*.html --lazy",
|
||||
"dev:game-fe": "parcel src/*.html --lazy --no-hmr",
|
||||
"dev:editor-be": "nodemon editserver.js --watch editserver.js",
|
||||
"build": "rm -f dist/* && parcel build src/index.html"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue