🔪🐛 Fixed pnpm in Dockerfile, moved config to src
All checks were successful
Deploy application / deploy (push) Successful in 10s

This commit is contained in:
2025-02-09 13:01:34 +01:00
parent c5b1ec20d6
commit 3c6cb193eb
10 changed files with 16 additions and 11 deletions

View File

@ -2,7 +2,6 @@
"name": "sparebank1_actual_budget_integration",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "dotenvx run --env-file=.env.local -- node --import=tsx ./src/main.ts | ./packages/common/node_modules/pino-pretty/bin.js",
"start-prod": "node --import=tsx ./src/main.ts",