Merge pull request 'fix: support ci build configuration' (#4) from fix/ci-build-configuration into main

Reviewed-on: #4
This commit is contained in:
eding 2026-09-16 09:09:33 +02:00
commit 8069a225d6
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
.angular/
dist/
node_modules/

View file

@ -14,6 +14,9 @@
"browser": "src/main.ts", "browser": "src/main.ts",
"index": "src/index.html", "index": "src/index.html",
"tsConfig": "tsconfig.app.json" "tsConfig": "tsconfig.app.json"
},
"configurations": {
"ci": {}
} }
} }
} }