final touches for beta skymoney (at least i think)
This commit is contained in:
@@ -8,7 +8,13 @@ export default defineConfig({
|
||||
tailwindcss(),
|
||||
|
||||
],
|
||||
|
||||
})
|
||||
|
||||
server: {
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: "http://localhost:8080",
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user