Skip to content

Commit 3c733ff

Browse files
committed
fix stuff
1 parent 608aa2c commit 3c733ff

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

angular.json

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -163,58 +163,6 @@
163163
}
164164
},
165165
"defaultConfiguration": "production"
166-
},
167-
"serve": {
168-
"builder": "@angular-devkit/build-angular:dev-server",
169-
"configurations": {
170-
"production": {
171-
"buildTarget": "kindergarten:build:production"
172-
},
173-
"development": {
174-
"buildTarget": "kindergarten:build:development"
175-
}
176-
},
177-
"defaultConfiguration": "development",
178-
"options": {
179-
"sslCert": "/home/marcel/OneDrive/Backup/Daten_G/tools/scripts/tlm.cer",
180-
"sslKey": "/home/marcel/OneDrive/Backup/Daten_G/tools/scripts/tlm.key"
181-
}
182-
},
183-
"extract-i18n": {
184-
"builder": "@angular-devkit/build-angular:extract-i18n",
185-
"options": {
186-
"buildTarget": "kindergarten:build"
187-
}
188-
},
189-
"test": {
190-
"builder": "@angular-devkit/build-angular:karma",
191-
"options": {
192-
"polyfills": [
193-
"
194-
],
195-
"tsConfig": "tsconfig.spec.json",
196-
"inlineStyleLanguage": "scss",
197-
"assets": [
198-
"src/favicon.ico",
199-
"src/assets"
200-
],
201-
"styles": [
202-
"node_modules/@fontsource/dm-sans/400.css",
203-
"node_modules/@fontsource/dm-sans/400-italic.css",
204-
"node_modules/@fontsource/dm-sans/700.css",
205-
"node_modules/@fontsource/dm-sans/700-italic.css",
206-
"node_modules/ol/ol.css",
207-
"node_modules/@feel/style/main.scss",
208-
"src/styles.scss"
209-
],
210-
"stylePreprocessorOptions": {
211-
"includePaths": [
212-
"node_modules/@feel/style/global",
213-
"src/scss/global"
214-
]
215-
},
216-
"scripts": []
217-
}
218166
}
219167
}
220168
}

0 commit comments

Comments
 (0)