chore: be flexible about the path to libparakeet sdk

This commit is contained in:
鲁树人
2023-05-21 14:34:27 +01:00
parent 0d0cc810a3
commit 13e9e8142a
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ export default defineConfig({
'node_modules',
// Allow pnpm to link.
'../libparakeet-js',
process.env.LIB_PARAKEET_JS_DIR || '../libparakeet-js',
],
},
},