From 3147e361e43552265682291e4122941efec8f0f2 Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Date: Mon, 23 Feb 2026 12:42:14 +0330 Subject: [PATCH] Add database configuration and pnpm workspace dependencies --- nuxt.config.ts | 3 +++ pnpm-workspace.yaml | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 pnpm-workspace.yaml diff --git a/nuxt.config.ts b/nuxt.config.ts index b151b29..518c8ca 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -154,6 +154,9 @@ export default defineNuxtConfig({ }, documentDriven: false, respectPathCase: true, + database: { + type: "json", + }, } as any, i18n: { diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..7eb2a39 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,6 @@ +onlyBuiltDependencies: + - puppeteer + - better-sqlite3 + - esbuild + - vue-demi + - @parcel/watcher