fix: support ci build configuration

This commit is contained in:
eding 2026-09-16 08:33:13 +02:00
parent a2b6ebd7cf
commit 0781755d0e
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": {}
}
}
}