chore: be flexible about the path to libparakeet sdk
This commit is contained in:
parent
7083e52eb7
commit
9630e56a96
@ -38,7 +38,7 @@ pnpm start
|
|||||||
/libparakeet-js
|
/libparakeet-js
|
||||||
```
|
```
|
||||||
|
|
||||||
若为不同目录,你需要调整 `vite.config.ts` 的 `server.fs.allow` 区段并加入新的路径。
|
若为不同目录,你需要调整 `LIB_PARAKEET_JS_DIR` 环境变量到仓库目录,然后再启动 vite 项目。
|
||||||
|
|
||||||
[libparakeet-js-doc]: https://github.com/parakeet-rs/libparakeet-js/blob/main/README.MD
|
[libparakeet-js-doc]: https://github.com/parakeet-rs/libparakeet-js/blob/main/README.MD
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ export default defineConfig({
|
|||||||
'node_modules',
|
'node_modules',
|
||||||
|
|
||||||
// Allow pnpm to link.
|
// Allow pnpm to link.
|
||||||
'../libparakeet-js',
|
process.env.LIB_PARAKEET_JS_DIR || '../libparakeet-js',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user