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* *.log*
.nitro .nitro
.mcfly
.netlify .netlify
.cache .cache
.output .output

View file

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

View file

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