Update linking.md

This commit is contained in:
Timo K
2026-04-21 10:02:31 +02:00
parent 2828b92d91
commit 93e86ebfc1

View File

@@ -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