Compare commits
2 Commits
ff8bb04422
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bbc5c8eec3 | ||
|
|
ece32f60e8 |
12
angular.json
12
angular.json
@@ -26,10 +26,10 @@
|
||||
"input": "public"
|
||||
}
|
||||
],
|
||||
"styles": [
|
||||
"src/styles.scss"
|
||||
],
|
||||
"outputPath":"dist"
|
||||
"styles": ["src/styles.scss"],
|
||||
"outputPath": "dist",
|
||||
"baseHref": "/",
|
||||
"deployUrl": "/"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
@@ -87,9 +87,7 @@
|
||||
"input": "public"
|
||||
}
|
||||
],
|
||||
"styles": [
|
||||
"src/styles.scss"
|
||||
]
|
||||
"styles": ["src/styles.scss"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"name": "frontend",
|
||||
"version": "0.0.0",
|
||||
"engines": {
|
||||
"node": ">=22.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
|
||||
Reference in New Issue
Block a user