refactor: use yarn instead of pnpm (#23)

This commit is contained in:
鲁树人
2023-06-10 16:39:51 +01:00
parent f8e558e213
commit e5ee5ab7a5
12 changed files with 9643 additions and 7686 deletions

View File

@@ -28,15 +28,11 @@ export default defineConfig({
},
server: {
fs: {
// Note:
// This is _insecure_, but is required to get pnpm link to work.
// strict: false,
allow: [
'src',
'node_modules',
// Allow pnpm to link.
// Allow package manager to link (i.e. yarn).
process.env.LIB_PARAKEET_JS_DIR || '../libparakeet-js',
],
},