diff options
Diffstat (limited to 'gateway/package.json')
-rw-r--r-- | gateway/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gateway/package.json b/gateway/package.json index 7a3b1012..0524cc40 100644 --- a/gateway/package.json +++ b/gateway/package.json @@ -9,7 +9,7 @@ "test": "echo \"Error: no test specified\" && exit 1", "start": "npm run build && node dist/start.js", "build": "npx tsc -p .", - "dev": "tsnd --respawn src/start.ts" + "dev": "npx tsnd --respawn src/start.ts" }, "keywords": [], "author": "Fosscord", |