Working reverse proxy
This commit is contained in:
@@ -6,7 +6,13 @@ import { defineConfig } from "vite"
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
server: {
|
||||
host: true,
|
||||
port: 80,
|
||||
|
||||
hmr: {
|
||||
host: "webui.localhost",
|
||||
port: Number(process.env.PORT),
|
||||
},
|
||||
},
|
||||
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user