Skip to content

Commit

Permalink
chore(angular): re-order angular configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaliske committed Nov 27, 2024
1 parent ea5da7b commit 8a3a9cc
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,17 @@
},
"index": "src/index.html",
"browser": "src/main.ts",
"server": "src/main.server.ts",
"polyfills": [],
"tsConfig": "tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles/common.css"],
"scripts": [],
"server": "src/main.server.ts",
"prerender": {
"routesFile": "routes.txt"
},
"ssr": {
"entry": "server.ts"
},
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/scss/styles.scss"],
"scripts": [],
"stylePreprocessorOptions": {
"includePaths": ["src/scss"]
}
},
"defaultConfiguration": "production",
Expand Down

0 comments on commit 8a3a9cc

Please sign in to comment.