Add command to run debug server

This commit is contained in:
Vincent Vandemeulebrouck 2025-02-11 20:46:55 +01:00
parent d07f5a41e7
commit 06c3d2f80a

View File

@ -8,6 +8,7 @@
"scripts": {
"build": "npx vite build",
"gulp": "gulp",
"run": "npx vite serve",
"packCompendiumsToDist": "node ./tools/packCompendiumsToDist.mjs",
"packCompendiumsToPublic": "node ./tools/packCompendiumsToPublic.mjs",
"unpackCompendiumsFromPublic": "node ./tools/unpackCompendiumsFromPublic.mjs"