From f56f1e00d359d0be05977b6be69afdf7619c1d5b Mon Sep 17 00:00:00 2001 From: Julio Ruiz Date: Mon, 11 May 2026 13:31:40 -0500 Subject: [PATCH] Removed pnpm reference for coolify build test --- package-lock.json | 12 ++++++++++++ package.json | 3 ++- pnpm-workspace.yaml | 7 ------- 3 files changed, 14 insertions(+), 8 deletions(-) delete mode 100755 pnpm-workspace.yaml diff --git a/package-lock.json b/package-lock.json index 55a96d7..8da896e 100755 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ "@nuxt/ui": "^4.7.0", "@nuxtjs/i18n": "^9.5.6", "@pinia/nuxt": "^0.11.2", + "@sfxcode/nuxt-typesense": "^1.2.0", "@tanstack/table-core": "^8.21.3", "@unovis/ts": "^1.6.5", "@unovis/vue": "^1.6.5", @@ -6080,6 +6081,17 @@ "win32" ] }, + "node_modules/@sfxcode/nuxt-typesense": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@sfxcode/nuxt-typesense/-/nuxt-typesense-1.2.0.tgz", + "integrity": "sha512-5h/nc7AL4POo/RBG+M7zl2fcK1aMED+LWuP/Ob18g9rGZa4cgArLNtp+8GwYFzGIr7aZa6fH6KM+Uuu4kbXFjQ==", + "license": "MIT", + "dependencies": { + "@nuxt/kit": "^4.3.1", + "consola": "^3.4.2", + "defu": "^6.1.4" + } + }, "node_modules/@simple-git/args-pathspec": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/@simple-git/args-pathspec/-/args-pathspec-1.0.3.tgz", diff --git a/package.json b/package.json index d07c60e..03da605 100755 --- a/package.json +++ b/package.json @@ -16,6 +16,8 @@ "@internationalized/date": "^3.12.1", "@nuxt/ui": "^4.7.0", "@nuxtjs/i18n": "^9.5.6", + "@pinia/nuxt": "^0.11.2", + "@sfxcode/nuxt-typesense": "^1.2.0", "@tanstack/table-core": "^8.21.3", "@unovis/ts": "^1.6.5", "@unovis/vue": "^1.6.5", @@ -26,7 +28,6 @@ "nuxt": "^4.4.2", "nuxt-meilisearch": "^1.4.17", "pinia": "^3.0.4", - "@pinia/nuxt": "^0.11.2", "scule": "^1.3.0", "tailwindcss": "^4.2.4", "vue": "^3.5.33", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml deleted file mode 100755 index e13dc71..0000000 --- a/pnpm-workspace.yaml +++ /dev/null @@ -1,7 +0,0 @@ -ignoredBuiltDependencies: - - '@parcel/watcher' - - '@tailwindcss/oxide' - - esbuild - - maplibre-gl - - unrs-resolver - - vue-demi