mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-03-11 17:55:38 +00:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
//https://nitro.unjs.io/config
|
|
export default defineNitroConfig({
|
|
noPublicDir: true,
|
|
srcDir: "./src"
|
|
});
|