🔨 update: IP restrictions during development
This commit is contained in:
parent
b85013e276
commit
22b24041a7
@ -45,6 +45,7 @@ export default defineConfig(({ mode }) => {
|
||||
},
|
||||
},
|
||||
server: {
|
||||
host: "0.0.0.0",
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: env.VITE_API_BASE_URL || "https://api.ppanel.dev",
|
||||
|
||||
@ -45,6 +45,7 @@ export default defineConfig(({ mode }) => {
|
||||
},
|
||||
},
|
||||
server: {
|
||||
host: "0.0.0.0",
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: env.VITE_API_BASE_URL || "https://api.ppanel.dev",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user