Skip to content

Commit

Permalink
build: turbo-powered builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarletFlash committed Jul 13, 2024
1 parent 3766aa0 commit 0644985
Show file tree
Hide file tree
Showing 21 changed files with 777 additions and 242 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ node_modules/
npm-debug.log
.DS_Store
Thumbs.db
dist/
dist-watch/
1 change: 0 additions & 1 deletion application/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
dist/
out-tsc/
.angular/cache/
6 changes: 3 additions & 3 deletions application/angular.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"$schema": "../node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"cli": {
"packageManager": "npm",
Expand Down Expand Up @@ -50,11 +50,11 @@
"build": {
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/frontend",
"outputPath": "dist",
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"tsConfig": "tsconfig.json",
"assets": [
{
"glob": "**/*",
Expand Down
Loading

0 comments on commit 0644985

Please sign in to comment.