| | |
| | | "build:jy": "cross-env NODE_OPTIONS=--max_old_space_size=16000 VITE_AppType=jy vite build --mode jy", |
| | | "build:other": "cross-env NODE_OPTIONS=--max_old_space_size=16000 VITE_AppType=other vite build --mode other", |
| | | "build:backup": "cross-env NODE_OPTIONS=--max_old_space_size=16000 VITE_AppType=backup vite build --mode backup", |
| | | "build:all": "run-p build:jx build:jy build:other build:backup", |
| | | "build:all": "run-p build:jx build:tp", |
| | | "build:staging": "cross-env vite build --mode staging", |
| | | "build:staging:yx": "cross-env vite build --mode stagingone", |
| | | "build:staging:other": "cross-env VITE_AppType=other vite build --mode staging", |