fix: docker

This commit is contained in:
Davidson Gomes
2024-08-15 14:05:52 -03:00
parent 60eb923f64
commit 00cb80f173
3 changed files with 3 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
"main": "./dist/main.js",
"type": "commonjs",
"scripts": {
"build": "tsup src/main.ts --out-dir dist",
"build": "tsup",
"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",