diff --git a/docs/linking.md b/docs/linking.md index 689a6f02..0f2ee31d 100644 --- a/docs/linking.md +++ b/docs/linking.md @@ -2,6 +2,8 @@ If you want to make changes to a package that Element Call depends on and see those changes applied in real time, you can create a link to a local copy of the package. Pnpm has a command for this (`pnpm link`), but it's not recommended to use it as it ends up modifying package.json with details specific to your development environment. +test change DELETE ME + Instead, you can use our little 'linker' plugin. Create a file named `.links.cjs` in the Element Call project directory, listing the names and paths of any dependencies you want to link. For example: ```cjs