Skip to content

Commit e8ccb38

Browse files
authored
Merge pull request #1 from enterpriseShop/bootstrap
Bootstrap
2 parents 53fb7dd + 0c299ca commit e8ccb38

68 files changed

Lines changed: 3619 additions & 283 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

angular.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,13 @@
6060
"development": {
6161
"optimization": false,
6262
"extractLicenses": false,
63-
"sourceMap": true
63+
"sourceMap": true,
64+
"fileReplacements": [
65+
{
66+
"replace": "src/environments/environment.ts",
67+
"with": "src/environments/environment.development.ts"
68+
}
69+
]
6470
}
6571
},
6672
"defaultConfiguration": "production"

db.json

Lines changed: 1363 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)