From ad57086bcc035ced419874d05eaecb294ee82065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Broks=20Randolfs=20Gail=C4=ABtis?= Date: Fri, 7 Mar 2025 17:08:18 +0200 Subject: [PATCH] Update dist output this may need to be adjusted moving forward --- .gitignore | 5 +---- apps/blakus-api/project.json | 2 +- apps/blakus-api/tsconfig.app.json | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 01c78b5..4c82155 100644 --- a/.gitignore +++ b/.gitignore @@ -45,7 +45,4 @@ Thumbs.db *.sqlite3 *.sqlite-journal *.db -*.db-journal - -cert.pem -key.pem \ No newline at end of file +*.db-journal \ No newline at end of file diff --git a/apps/blakus-api/project.json b/apps/blakus-api/project.json index 54e8784..4d79e1b 100644 --- a/apps/blakus-api/project.json +++ b/apps/blakus-api/project.json @@ -11,7 +11,7 @@ "defaultConfiguration": "production", "options": { "platform": "node", - "outputPath": "dist/apps/blakus-api", + "outputPath": "dist", "format": ["cjs"], "bundle": false, "main": "apps/blakus-api/src/main.ts", diff --git a/apps/blakus-api/tsconfig.app.json b/apps/blakus-api/tsconfig.app.json index 9111a77..1482b60 100644 --- a/apps/blakus-api/tsconfig.app.json +++ b/apps/blakus-api/tsconfig.app.json @@ -1,7 +1,7 @@ { "extends": "./tsconfig.json", "compilerOptions": { - "outDir": "../../dist/out-tsc", + "outDir": "./dist/out-tsc", "module": "commonjs", "types": ["node"], "allowJs": true,