mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-12-21 07:32:29 +00:00
feat: make forms functional
This commit is contained in:
@@ -11,4 +11,15 @@ export default defineConfig({
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
},
|
||||
},
|
||||
server: {
|
||||
host: "0.0.0.0",
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: "http://tinyauth-backend:3000/api",
|
||||
changeOrigin: true,
|
||||
rewrite: (path) => path.replace(/^\/api/, ""),
|
||||
},
|
||||
},
|
||||
allowedHosts: true,
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user