mirror of
https://github.com/Damillora/phoebe.git
synced 2025-03-10 05:57:22 +00:00
chore: remove local dev env on vite config
This commit is contained in:
parent
6cf71e4bdc
commit
f4aaf114ff
@ -11,14 +11,4 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
},
|
||||
server: {
|
||||
allowedHosts: ["5173.shinosawa.nanao.moe"],
|
||||
proxy: {
|
||||
// string shorthand:
|
||||
// http://localhost:5173/foo
|
||||
// -> http://localhost:4567/foo
|
||||
'/api': 'http://localhost:5050',
|
||||
'/data': 'https://booru.nanao.moe',
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user