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

3
.gitignore vendored
View File

@ -46,6 +46,3 @@ Thumbs.db
*.sqlite-journal *.sqlite-journal
*.db *.db
*.db-journal *.db-journal
cert.pem
key.pem

View File

@ -11,7 +11,7 @@
"defaultConfiguration": "production", "defaultConfiguration": "production",
"options": { "options": {
"platform": "node", "platform": "node",
"outputPath": "dist/apps/blakus-api", "outputPath": "dist",
"format": ["cjs"], "format": ["cjs"],
"bundle": false, "bundle": false,
"main": "apps/blakus-api/src/main.ts", "main": "apps/blakus-api/src/main.ts",

View File

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