vite config fix

This commit is contained in:
firewookie
2026-03-06 09:50:10 +05:00
parent 00a013f02b
commit 1b3e884a5d

View File

@@ -20,7 +20,6 @@ export default defineConfig({
server: {
port: 5173,
host: true,
allowedHosts: true,
proxy: {
'/api': {
target: 'http://localhost:8080',