mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 03:23:02 +00:00
Revert "refactor: use yarn instead of pnpm (#23)"
This reverts commit e5ee5ab7a5.
This commit is contained in:
@@ -28,11 +28,15 @@ 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 package manager to link (i.e. yarn).
|
||||
// Allow pnpm to link.
|
||||
process.env.LIB_PARAKEET_JS_DIR || '../libparakeet-js',
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user