chore: remove local dev env on vite config

This commit is contained in:
Damillora 2025-02-23 07:15:31 +00:00
parent 6cf71e4bdc
commit f4aaf114ff

View File

@ -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',
}
}
});