mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-01-11 20:10:35 +00:00
4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
//https://nitro.unjs.io/config
|
|
export default defineNitroConfig({
|
|
noPublicDir: true,
|
|
});
|