File tree Expand file tree Collapse file tree 3 files changed +138
-31
lines changed Expand file tree Collapse file tree 3 files changed +138
-31
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ export default defineNuxtConfig({
2
2
modules : [
3
3
'@nuxt/ui' ,
4
4
'@nuxt/eslint' ,
5
- '@nuxthub/core' ,
5
+ '@nuxthub/core-nightly ' ,
6
6
'nuxt-auth-utils' ,
7
7
'@pinia/nuxt' ,
8
8
'@pinia/colada-nuxt'
@@ -12,9 +12,9 @@ export default defineNuxtConfig({
12
12
} ,
13
13
css : [ '~/assets/main.css' ] ,
14
14
future : { compatibilityVersion : 4 } ,
15
- compatibilityDate : '2025-04-02 ' ,
15
+ compatibilityDate : '2025-08-07 ' ,
16
16
hub : {
17
- database : true
17
+ database : 'postgresql'
18
18
} ,
19
19
// Development config
20
20
eslint : {
Original file line number Diff line number Diff line change 13
13
"@iconify-json/lucide" : " ^1.2.68" ,
14
14
"@iconify-json/simple-icons" : " ^1.2.52" ,
15
15
"@nuxt/ui" : " ^3.3.4" ,
16
- "@nuxthub/core" : " ^0.9.0 " ,
16
+ "@nuxthub/core-nightly " : " 1.0.0-20250919-003421-88c4eed " ,
17
17
"@pinia/colada" : " ^0.17.5" ,
18
18
"@pinia/colada-nuxt" : " ^0.2.2" ,
19
19
"@pinia/nuxt" : " ^0.11.2" ,
You can’t perform that action at this time.
0 commit comments