feat: integrate mobile template with backend, add /mobile path routing and Todo dashboard
This commit is contained in:
@@ -22,6 +22,10 @@ export default defineConfig(({ mode }) => ({
|
||||
target: "http://localhost:8080",
|
||||
changeOrigin: true,
|
||||
},
|
||||
"/mobile": {
|
||||
target: "http://localhost:8081",
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [react(), mode === "development" && componentTagger()],
|
||||
|
||||
Reference in New Issue
Block a user