Update dist output
Some checks failed
CI / main (push) Failing after 23s

this may need to be adjusted moving forward
This commit is contained in:
Broks Randolfs Gailītis 2025-03-07 17:08:18 +02:00
parent a33149366b
commit ad57086bcc
3 changed files with 3 additions and 6 deletions

5
.gitignore vendored
View File

@ -45,7 +45,4 @@ Thumbs.db
*.sqlite3
*.sqlite-journal
*.db
*.db-journal
cert.pem
key.pem
*.db-journal

View File

@ -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",

View File

@ -1,7 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"outDir": "./dist/out-tsc",
"module": "commonjs",
"types": ["node"],
"allowJs": true,