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*
|
*.log*
|
||||||
.nitro
|
.nitro
|
||||||
|
.mcfly
|
||||||
.netlify
|
.netlify
|
||||||
.cache
|
.cache
|
||||||
.output
|
.output
|
||||||
|
|
|
@ -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'],
|
||||||
},
|
},
|
||||||
|
|
1
templates/basic/.gitignore
vendored
1
templates/basic/.gitignore
vendored
|
@ -2,6 +2,7 @@ dist
|
||||||
node_modules
|
node_modules
|
||||||
*.log*
|
*.log*
|
||||||
.nitro
|
.nitro
|
||||||
|
.mcfly
|
||||||
.cache
|
.cache
|
||||||
.output
|
.output
|
||||||
.env
|
.env
|
||||||
|
|
Loading…
Reference in a new issue