diff --git a/package.json b/package.json index fc2872eb..2cae3075 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "scripts": { "start": "node --experimental-modules src/server.js", "dev": "node --trace-warnings --max-old-space-size=4096 main.js -h 0.0.0.0", - "dev": "node main.js -h 0.0.0.0", "dev:watch": "nodemon main.js -- -h 0.0.0.0", "test": "jest --no-cache", "test:watch": "jest --no-cache --watch",