add seeders

This commit is contained in:
2026-05-24 09:57:06 +03:30
parent 1be87bc349
commit 1745dee3fe
5 changed files with 154 additions and 4 deletions

View File

@@ -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"
},