Skip to content

Commit 369b50e

Browse files
committed
up
1 parent 40a9195 commit 369b50e

File tree

3 files changed

+187
-593
lines changed

3 files changed

+187
-593
lines changed

nuxt.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ export default defineNuxtConfig({
1212
},
1313
future: { compatibilityVersion: 4 },
1414
compatibilityDate: '2024-07-30',
15-
nitro: {
16-
cloudflare: {
17-
noWranglerDeployConfig: true
18-
}
19-
},
2015
hub: {
2116
database: true
2217
},

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
},
3434
"resolutions": {
3535
"nitropack": "npm:nitropack-nightly@latest",
36-
"h3": "^1.15.0"
36+
"nuxt": "npm:nuxt-nightly@3x",
37+
"h3": "^1.15.1"
3738
},
3839
"packageManager": "[email protected]",
3940
"pnpm": {

0 commit comments

Comments
 (0)