This commit is contained in:
parent
987ac68f6a
commit
3fa99dd2a7
2 changed files with 15134 additions and 6 deletions
|
|
@ -1,8 +1,5 @@
|
||||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
nitro: {
|
|
||||||
preset: 'bun'
|
|
||||||
},
|
|
||||||
|
|
||||||
modules: [
|
modules: [
|
||||||
'@nuxt/eslint',
|
'@nuxt/eslint',
|
||||||
|
|
@ -49,6 +46,9 @@ export default defineNuxtConfig({
|
||||||
},
|
},
|
||||||
|
|
||||||
compatibilityDate: '2025-01-15',
|
compatibilityDate: '2025-01-15',
|
||||||
|
nitro: {
|
||||||
|
preset: 'bun'
|
||||||
|
},
|
||||||
|
|
||||||
eslint: {
|
eslint: {
|
||||||
config: {
|
config: {
|
||||||
|
|
|
||||||
15128
package-lock.json
generated
Normal file
15128
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue