From 93e86ebfc1358dfa658e42a5057ca57c9690fe42 Mon Sep 17 00:00:00 2001 From: Timo K Date: Tue, 21 Apr 2026 10:02:31 +0200 Subject: [PATCH] Update linking.md --- docs/linking.md | 2 ++ 1 file changed, 2 insertions(+) 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