Skip to content

Commit

Permalink
build(env): update system env
Browse files Browse the repository at this point in the history
  • Loading branch information
YDKD committed Jan 25, 2022
1 parent 320c20b commit 2b6b244
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 19 deletions.
3 changes: 0 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
NODE_ENV = "development"
BASE_URL = "./"
VUE_APP_PUBLIC_PATH = "./"
VUE_APP_API = "https://test.confly.com/api"
5 changes: 0 additions & 5 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
NODE_ENV = "production"
BASE_URL = "/"
VUE_APP_PUBLIC_PATH = "/"
VUE_APP_API = "/"

IS_ANALYZE = true;

3 changes: 0 additions & 3 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
NODE_ENV = "production"
BASE_URL = "/"
VUE_APP_PUBLIC_PATH = "/"
VUE_APP_API = "/"
7 changes: 0 additions & 7 deletions .env.release
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
NODE_ENV = "production"
BASE_URL = "/"
VUE_APP_PUBLIC_PATH = "/"
VUE_APP_API = "/"

IS_ANALYZE = true;

ABC = "Eric-long"
1 change: 0 additions & 1 deletion components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

declare module 'vue' {
export interface GlobalComponents {
ElButton: typeof import('element-plus/es')['ElButton']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
}
}
Expand Down

0 comments on commit 2b6b244

Please sign in to comment.