Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
Ancy Riju authored and Ancy Riju committed Jan 18, 2024
1 parent efd0051 commit 4b3efd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"TM-UI": {
"TM-UI-NEXT": {
"projectType": "application",
"schematics": {},
"root": "",
@@ -13,7 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/tm-ui",
"outputPath": "dist/tm-ui-next",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
@@ -61,18 +61,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "TM-UI:build:production"
"browserTarget": "TM-UI-NEXT:build:production"
},
"development": {
"browserTarget": "TM-UI:build:development"
"browserTarget": "TM-UI-NEXT:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "TM-UI:build"
"browserTarget": "TM-UI-NEXT:build"
}
},
"test": {

0 comments on commit 4b3efd6

Please sign in to comment.