feat: use .mcfly as builddir

This commit is contained in:
Ayo Ayco 2025-01-14 18:40:04 +01:00
parent 07970ea442
commit 3a3249f361
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -5,6 +5,7 @@ html
*.log*
.nitro
.mcfly
.netlify
.cache
.output

View file

@ -9,6 +9,7 @@ export const nitroConfig = {
compatibilityDate: '2024-12-08',
srcDir: 'src',
apiDir: 'api',
buildDir: '.mcfly',
devServer: {
watch: ['./pages', './components', './api'],
},

View file

@ -2,6 +2,7 @@ dist
node_modules
*.log*
.nitro
.mcfly
.cache
.output
.env