chore: set backend default port to 9080
This commit is contained in:
@@ -3,7 +3,7 @@ import vue from "@vitejs/plugin-vue";
|
||||
import { resolve } from "path";
|
||||
|
||||
const devPort = Number(process.env.VITE_DEV_PORT || 13000);
|
||||
const apiTarget = process.env.VITE_API_PROXY_TARGET || "http://localhost:8080";
|
||||
const apiTarget = process.env.VITE_API_PROXY_TARGET || "http://localhost:9080";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
|
||||
Reference in New Issue
Block a user