feat: add templates/games support with subpath routing and Docker build integration
This commit is contained in:
@@ -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()],
|
||||
|
||||
Reference in New Issue
Block a user