Skip to content

Commit

Permalink
fix: npm run start
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Dec 7, 2024
1 parent 12b905d commit 1bb5bd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion frontend/src/angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
},
"index": "src/index.html",
"polyfills": [
"zone.js"
"zone.js",
"@angular/localize/init"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --hmr --proxy-config proxy.conf.js",
"start": "ng serve --proxy-config proxy.conf.js",
"build": "ng build --localize --configuration production",
"test": "ng test --browsers ChromeHeadless --watch=false --code-coverage=true",
"test-chromium": "ng test --browsers ChromiumHeadless --watch=false --code-coverage=true",
Expand Down

0 comments on commit 1bb5bd0

Please sign in to comment.