mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 12:53:25 +00:00
5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
//https://nitro.unjs.io/config
|
|
export default defineNitroConfig({
|
|
noPublicDir: true,
|
|
});
|