|
|
@@ -58,7 +58,7 @@ export default defineConfig((ctx) => {
|
|
|
// publicPath: '/',
|
|
|
// analyze: true,
|
|
|
env: {
|
|
|
- API_URL: ctx.dev ? "http://192.168.23.233:8000" : "http://localhost:8000",
|
|
|
+ API_URL: ctx.dev ? "http://localhost:3000" : "http://localhost:3000",
|
|
|
PASSWORD: ctx.dev ? "S@ft2080." : "",
|
|
|
WEBSOCKET_API: ctx.dev
|
|
|
? "http://localhost:4321/"
|