add seeders
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
"main": "index.ts",
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"dev": "nodemon index.ts",
|
||||
"dev": "nodemon --exec ts-node index.ts",
|
||||
"build": "tsc",
|
||||
"start": "node index.ts",
|
||||
"start": "node dist/index.js",
|
||||
"type-check": "tsc --noEmit",
|
||||
"clean": "rm -rf dist"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user