[update] fixed project name

This commit is contained in:
2023-10-10 04:24:10 +07:00
parent 9341b05f89
commit fad60e4f72
3 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
"version": 1, "version": 1,
"newProjectRoot": "projects", "newProjectRoot": "projects",
"projects": { "projects": {
"cm-finance-web": { "cathaypay-web": {
"projectType": "application", "projectType": "application",
"schematics": { "schematics": {
"@schematics/angular:component": { "@schematics/angular:component": {
@@ -17,7 +17,7 @@
"build": { "build": {
"builder": "@angular-devkit/build-angular:browser", "builder": "@angular-devkit/build-angular:browser",
"options": { "options": {
"outputPath": "dist/cm-finance-web", "outputPath": "dist/cathaypay-web",
"index": "src/index.html", "index": "src/index.html",
"main": "src/main.ts", "main": "src/main.ts",
"polyfills": [ "polyfills": [
@@ -78,10 +78,10 @@
"builder": "@angular-devkit/build-angular:dev-server", "builder": "@angular-devkit/build-angular:dev-server",
"configurations": { "configurations": {
"production": { "production": {
"browserTarget": "cm-finance-web:build:production" "browserTarget": "cathaypay-web:build:production"
}, },
"development": { "development": {
"browserTarget": "cm-finance-web:build:development" "browserTarget": "cathaypay-web:build:development"
} }
}, },
"defaultConfiguration": "development" "defaultConfiguration": "development"
@@ -89,7 +89,7 @@
"extract-i18n": { "extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n", "builder": "@angular-devkit/build-angular:extract-i18n",
"options": { "options": {
"browserTarget": "cm-finance-web:build" "browserTarget": "cathaypay-web:build"
} }
}, },
"test": { "test": {

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{ {
"name": "cm-finance-web", "name": "cathaypay-web",
"version": "0.0.0", "version": "0.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "cm-finance-web", "name": "cathaypay-web",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@angular/animations": "^15.2.0", "@angular/animations": "^15.2.0",

View File

@@ -1,5 +1,5 @@
{ {
"name": "cm-finance-web", "name": "cathaypay-web",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",