Skip to content

Commit e794c73

Browse files
committed
chore: clearout all content db settings and rebuild
1 parent 868a3fa commit e794c73

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

nuxt.config.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ export default defineNuxtConfig({
1414

1515
css: ['~/assets/css/main.css'],
1616

17-
content: {
18-
database: {
19-
type: 'sqlite',
20-
filename: 'SQLITE_DB_LOCATION'
21-
}
22-
},
23-
2417
future: {
2518
compatibilityVersion: 4
2619
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"typescript": "^5.7.3",
2828
"vue-tsc": "^2.2.0"
2929
},
30-
"packageManager": "pnpm@10.3.0"
30+
"packageManager": "pnpm@10.4.0"
3131
}

0 commit comments

Comments
 (0)