summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index ea9c9b40..e54cafe3 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,9 @@
 	"scripts": {
 		"postinstall": "npx patch-package",
 		"start": "node dist/bundle/start.js",
+		"start:api": "node dist/api/start.js",
+		"start:cdn": "node dist/cdn/start.js",
+		"start:gateway": "node dist/gateway/start.js",
 		"build": "tsc -p .",
 		"setup": "npm run build && npm run generate:schema",
 		"generate:rights": "node scripts/rights.js",