Initial version #1

Merged
Thilawyn merged 25 commits from base-project into master 2025-09-18 01:26:10 +02:00
Showing only changes of commit d3dac19f63 - Show all commits

View File

@@ -9,7 +9,7 @@ export default defineConfig({
host: true, host: true,
port: 80, port: 80,
proxy: { proxy: {
"/rpc*": "http://server", "^/rpc.*": "http://server",
}, },
}, },
}) })