This commit is contained in:
Kfir Dayan 2023-06-11 12:59:40 +03:00
parent 5ef3a77210
commit 609506fdaf

View file

@ -6,7 +6,7 @@
"scripts": { "scripts": {
"dev": "nodemon dist/index.js", "dev": "nodemon dist/index.js",
"start": "node dist/index.js", "start": "node dist/index.js",
"build": "tsc -p ." "build": "tsc -p ."
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",