Browse Source

feat(111): 添加npm start自动跳转到登录页配置

master
丁翠 7 months ago
parent
commit
a956327eaf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      digital-future-summit/package.json

+ 1
- 1
digital-future-summit/package.json View File

@ -5,7 +5,7 @@
"scripts": { "scripts": {
"postinstall": "npx patch-package@6.5.1 && ngcc", "postinstall": "npx patch-package@6.5.1 && ngcc",
"ng": "ng", "ng": "ng",
"start": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng serve",
"start": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng serve --open",
"start-prod": "ng serve --configuration production", "start-prod": "ng serve --configuration production",
"build": "ng build", "build": "ng build",
"test": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng test", "test": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng test",


Loading…
Cancel
Save