make /next work in development

This commit is contained in:
Athou
2023-06-05 10:17:00 +02:00
parent e5b0eb426c
commit 6b9f8f268f

View File

@@ -24,6 +24,7 @@ export default defineConfig({
port: 8082,
proxy: {
"/rest": "http://localhost:8083",
"/next": "http://localhost:8083",
"/ws": "ws://localhost:8083",
"/swagger": "http://localhost:8083",
"/custom_css.css": "http://localhost:8083",