Problema de rutas + env

This commit is contained in:
2026-01-30 15:10:49 +01:00
parent 1be982e422
commit fedc71791e
4 changed files with 8 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsx watch index.ts",
"build": "yarn tsc --project tsconfig.json && cp .env package.json ../../dist/packages/sim-consumidor-objenious/ && yarn tsc-alias",
"build": "yarn tsc --project tsconfig.json && yarn tsc-alias && cp .env ../../dist/packages/sim-consumidor-objenious/",
"start": "node ../../dist/packages/sim-consumidor-objenious/index.js"
},
"author": "",
@@ -31,8 +31,5 @@
"tsc-alias": "^1.8.16",
"tsx": "*",
"vitest": "*"
},
"imports": {
"#config/*": "./config/*.js"
}
}