diff --git a/.env.staging b/.env.staging deleted file mode 100644 index 75590cb..0000000 --- a/.env.staging +++ /dev/null @@ -1,12 +0,0 @@ -VITE_APP_TITLE=VueNaiveAdmin - -# the build version prefix displayed in the bottom right corner of the screen -VITE_BUILD_PREFIX=stg - -# backend service base url, stg environment -VITE_SERVICE_BASE_URL=https://mock.apifox.cn/m1/3109515-0-default - -# other backend service base url, stg environment -VITE_OTHER_SERVICE_BASE_URL= `{ - "demo": "http://localhost:9529" -}` diff --git a/package.json b/package.json index 9bd4153..09d7958 100644 --- a/package.json +++ b/package.json @@ -30,13 +30,11 @@ "scripts": { "build": "vite build --mode production", "build:dev": "vite build --mode development", - "build:stg": "vite build --mode staging", "build:tst": "vite build --mode testing", "cleanup": "sa cleanup", "commit": "sa git-commit", "dev": "vite", "dev:prd": "vite --mode production", - "dev:stg": "vite --mode staging", "dev:tst": "vite --mode testing", "gen-route": "sa gen-route", "lint": "eslint .",