index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
path: root/package.json
diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 84c1534..c76cae8 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "svg-pan-zoom": "github:webdevcat-me/svg-pan-zoom" }, "scripts": { + "start": "node dev-server.cjs", "test:integ": "jest --config jest.config.integ.cjs", "test": "jest" } |