Problema de los path en build

This commit is contained in:
2026-01-30 14:24:42 +01:00
parent 237eda4174
commit b30c7e71e9
13 changed files with 64 additions and 18 deletions

View File

@@ -6,8 +6,8 @@
],
"scripts": {
"test": "vitest watch",
"build": "npx tsc",
"start": "node dist/index.js",
"build": "yarn workspaces foreach -A run build",
"start": "yarn workspaces foreach -A run start",
"typecheck": "npx tsc --noEmit",
"dev": "yarn workspaces foreach -Apiv run dev ",
"lint": "eslint .",
@@ -18,14 +18,17 @@
"dependencies": {
"@tsconfig/node22": "^22.0.5",
"amqp-connection-manager": "^5.0.0",
"amqplib": "^0.10.9",
"axios": "^1.13.3",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.0.5"
},
"devDependencies": {
"@types/amqplib": "^0.10.8",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/node": "^25.0.3",