Skip to content

Commit 6f0238a

Browse files
committed
chore(deps): upgrade to nuxthub v1
1 parent ca98046 commit 6f0238a

File tree

3 files changed

+138
-31
lines changed

3 files changed

+138
-31
lines changed

nuxt.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default defineNuxtConfig({
22
modules: [
33
'@nuxt/ui',
44
'@nuxt/eslint',
5-
'@nuxthub/core',
5+
'@nuxthub/core-nightly',
66
'nuxt-auth-utils',
77
'@pinia/nuxt',
88
'@pinia/colada-nuxt'
@@ -12,9 +12,9 @@ export default defineNuxtConfig({
1212
},
1313
css: ['~/assets/main.css'],
1414
future: { compatibilityVersion: 4 },
15-
compatibilityDate: '2025-04-02',
15+
compatibilityDate: '2025-08-07',
1616
hub: {
17-
database: true
17+
database: 'postgresql'
1818
},
1919
// Development config
2020
eslint: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@iconify-json/lucide": "^1.2.68",
1414
"@iconify-json/simple-icons": "^1.2.52",
1515
"@nuxt/ui": "^3.3.4",
16-
"@nuxthub/core": "^0.9.0",
16+
"@nuxthub/core-nightly": "1.0.0-20250919-003421-88c4eed",
1717
"@pinia/colada": "^0.17.5",
1818
"@pinia/colada-nuxt": "^0.2.2",
1919
"@pinia/nuxt": "^0.11.2",

0 commit comments

Comments
 (0)