fix: support ci build configuration #4

Merged
eding merged 1 commit from fix/ci-build-configuration into main 2026-09-16 09:09:33 +02:00
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",
"index": "src/index.html",
"tsConfig": "tsconfig.app.json"
},
"configurations": {
"ci": {}
}
}
}