mirror of
https://github.com/rommapp/romm.git
synced 2026-02-19 07:50:57 +01:00
update vite config
This commit is contained in:
@@ -70,7 +70,6 @@ export default defineConfig(({ mode }) => {
|
||||
target: `http://127.0.0.1:${backendPort}`,
|
||||
changeOrigin: false,
|
||||
secure: false,
|
||||
rewrite: (path) => path.replace(/^\/api/, ""),
|
||||
},
|
||||
"/ws": {
|
||||
target: `http://127.0.0.1:${backendPort}`,
|
||||
|
||||
Reference in New Issue
Block a user