mirror of
https://github.com/mmahdium/portfolio.git
synced 2026-08-12 11:12:49 +03:30
Add database configuration and pnpm workspace dependencies
This commit is contained in:
@@ -154,6 +154,9 @@ export default defineNuxtConfig({
|
||||
},
|
||||
documentDriven: false,
|
||||
respectPathCase: true,
|
||||
database: {
|
||||
type: "json",
|
||||
},
|
||||
} as any,
|
||||
|
||||
i18n: {
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
onlyBuiltDependencies:
|
||||
- puppeteer
|
||||
- better-sqlite3
|
||||
- esbuild
|
||||
- vue-demi
|
||||
- @parcel/watcher
|
||||
Reference in New Issue
Block a user