diff --git a/package.json b/package.json index 283e1eb..48034f3 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "main": "index.js", "scripts": { + "start": "node index.js", "dev": "nodemon index.js", "build": "pkg index.js --targets=node18-win-x64,node18-linux-x64 --output=dist/" },