fix: migrations

This commit is contained in:
Davidson Gomes
2024-08-15 13:13:08 -03:00
parent 285a950c67
commit 975f41d58e
7 changed files with 153 additions and 107 deletions

View File

@@ -5,7 +5,7 @@
"main": "./dist/main.js",
"type": "commonjs",
"scripts": {
"build": "tsup",
"build": "tsup src/main.ts --out-dir dist",
"start": "tsnd -r tsconfig-paths/register --files --transpile-only ./src/main.ts",
"start:prod": "node dist/main",
"dev:server": "clear && tsnd -r tsconfig-paths/register --files --transpile-only --respawn --ignore-watch node_modules ./src/main.ts",