Merge pull request 'chore(deps): lock file maintenance' (#14) from renovate/lock-file-maintenance into master
All checks were successful
ci / ci (22, debian-trixie) (push) Successful in 45s
All checks were successful
ci / ci (22, debian-trixie) (push) Successful in 45s
Reviewed-on: #14
This commit is contained in:
commit
55361090e0
3 changed files with 15298 additions and 368 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