feat: use .mcfly as builddir
This commit is contained in:
parent
07970ea442
commit
3a3249f361
3 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,6 +5,7 @@ html
|
|||
|
||||
*.log*
|
||||
.nitro
|
||||
.mcfly
|
||||
.netlify
|
||||
.cache
|
||||
.output
|
||||
|
|
|
@ -9,6 +9,7 @@ export const nitroConfig = {
|
|||
compatibilityDate: '2024-12-08',
|
||||
srcDir: 'src',
|
||||
apiDir: 'api',
|
||||
buildDir: '.mcfly',
|
||||
devServer: {
|
||||
watch: ['./pages', './components', './api'],
|
||||
},
|
||||
|
|
1
templates/basic/.gitignore
vendored
1
templates/basic/.gitignore
vendored
|
@ -2,6 +2,7 @@ dist
|
|||
node_modules
|
||||
*.log*
|
||||
.nitro
|
||||
.mcfly
|
||||
.cache
|
||||
.output
|
||||
.env
|
||||
|
|
Loading…
Reference in a new issue