2
0

build: 🏗️ Add script package

This commit is contained in:
Baptiste Arnaud
2022-02-25 09:45:31 +01:00
parent 27bff8c4b7
commit eb23ad61a7
6 changed files with 52 additions and 2 deletions

View File

@ -0,0 +1,15 @@
{
"name": "scripts",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"scripts": {
"start:local": "ts-node index.ts",
"start:prod": "NODE_ENV=production ts-node index.ts"
},
"devDependencies": {
"db": "*",
"ts-node": "^10.5.0"
}
}