remove .env.production
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
#VITE_API_BASE=http://localhost:8000
|
||||
VITE_API_BASE=http://apiforeign.minzhong.cn
|
||||
VITE_USE_MOCK=false
|
||||
# Encryption disabled for dev — enable in production
|
||||
VITE_ENCRYPTION_KEY=
|
||||
@@ -47,6 +47,7 @@ lerna-debug.log*
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.env.production
|
||||
|
||||
# 如果你有示例环境变量文件,可以提交
|
||||
!.env.example
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -28,7 +28,7 @@
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
<script type="module" crossorigin src="/assets/index-CLhvZPpk.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-CDdTfqKl.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-D7ShJUt4.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
#VITE_API_BASE=http://localhost:8000
|
||||
VITE_API_BASE=http://apiforeign.minzhong.cn
|
||||
VITE_USE_MOCK=false
|
||||
# Encryption disabled for dev — enable in production
|
||||
VITE_ENCRYPTION_KEY=
|
||||
@@ -24,4 +24,6 @@ dist-ssr
|
||||
*.sw?
|
||||
*.bak
|
||||
*.zip
|
||||
*.testbak
|
||||
*.testbak
|
||||
|
||||
.env.production
|
||||
Reference in New Issue
Block a user