We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95f8bb commit 5d6175fCopy full SHA for 5d6175f
.gitignore
@@ -1,7 +1,7 @@
1
# See http://help.github.com/ignore-files/ for more about ignoring files.
2
3
# compiled output
4
-/dist
+/**/dist
5
/tmp
6
/out-tsc
7
/.angular
angular.json
@@ -12,7 +12,7 @@
12
"build": {
13
"builder": "@angular-devkit/build-angular:browser",
14
"options": {
15
- "outputPath": "dist/train-platform",
+ "outputPath": "projects/train-platform/dist",
16
"index": "projects/train-platform/src/index.html",
17
"main": "projects/train-platform/src/main.ts",
18
"polyfills": "projects/train-platform/src/polyfills.ts",
0 commit comments