feat: add templates/games support with subpath routing and Docker build integration

This commit is contained in:
Plena Finance Dev
2026-07-09 13:09:22 +05:30
parent 65fdc108a8
commit b842bc678d
12 changed files with 342 additions and 0 deletions

View File

@@ -26,6 +26,10 @@ export default defineConfig(({ mode }) => ({
target: "http://localhost:8081",
changeOrigin: true,
},
"/games": {
target: "http://localhost:3000",
changeOrigin: true,
},
},
},
plugins: [react(), mode === "development" && componentTagger()],