This commit is contained in:
h
2026-04-06 15:36:51 +09:00
parent 678658b40e
commit 88b5f8deaf
10 changed files with 216 additions and 20 deletions

View File

@@ -49,6 +49,7 @@ export default defineConfig({
plugins: [react(), wsProxyPlugin()],
server: {
port: 5173,
allowedHosts: ["car.33-4.party"],
proxy: {
'/api': {
target: backendOrigin,