Fix local sharp setup for Nuxt image processing

This commit is contained in:
itsrubberduck
2026-02-15 15:47:06 +01:00
parent 4df6aef1ef
commit f7efaf1d7b
4 changed files with 7 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
"preview": "nuxt preview",
"start": "node .output/server/index.mjs",
"postinstall": "nuxt prepare",
"sharp:rebuild": "SHARP_IGNORE_GLOBAL_LIBVIPS=1 yarn rebuild sharp",
"import:decision": "tsx --tsconfig tsconfig.scripts.json scripts/import-decision-tree.ts",
"test": "tsx --tsconfig tsconfig.tests.json --test server/utils/openai.test.ts"
},