mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-16 19:55:18 +00:00
chore: add .well-known to development reverse proxy
This commit is contained in:
@@ -18,7 +18,10 @@ export default defineConfig({
|
|||||||
server: {
|
server: {
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
target: process.env.DEVELOPMENT_BACKEND_URL || 'http://localhost:1411',
|
target: process.env.DEVELOPMENT_BACKEND_URL || 'http://localhost:1411'
|
||||||
|
},
|
||||||
|
'/.well-known': {
|
||||||
|
target: process.env.DEVELOPMENT_BACKEND_URL || 'http://localhost:1411'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user