Initial setup

This commit is contained in:
2023-09-08 22:59:05 -05:00
parent c5233b7088
commit 883078fdbc
14 changed files with 6383 additions and 56 deletions

View File

@@ -1,2 +1,4 @@
//https://nitro.unjs.io/config
export default defineNitroConfig({});
export default defineNitroConfig({
noPublicDir: true,
});