Add debug script in package.json

This commit is contained in:
Kristan Schlikow
2025-02-14 21:13:17 +01:00
parent b029ae98dc
commit 13e38c7c86

View File

@@ -90,6 +90,7 @@
"version": "1.12.11", "version": "1.12.11",
"scripts": { "scripts": {
"start": "node server.js", "start": "node server.js",
"debug": "node server.js --inspect",
"start:deno": "deno run --allow-run --allow-net --allow-read --allow-write --allow-sys --allow-env server.js", "start:deno": "deno run --allow-run --allow-net --allow-read --allow-write --allow-sys --allow-env server.js",
"start:bun": "bun server.js", "start:bun": "bun server.js",
"start:no-csrf": "node server.js --disableCsrf", "start:no-csrf": "node server.js --disableCsrf",