From 5ce23661e6b3216370a5f6ffbf6fb4bee05824c4 Mon Sep 17 00:00:00 2001 From: rvveber Date: Tue, 4 Nov 2025 13:46:44 +0100 Subject: [PATCH] update documentation --- docs/frontend-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend-plugins.md b/docs/frontend-plugins.md index 118baa70..4b397d40 100644 --- a/docs/frontend-plugins.md +++ b/docs/frontend-plugins.md @@ -321,7 +321,7 @@ The `injection.position` property controls how your plugin is inserted relative ## Development Workflow ### 1. Run Host and Plugin in Parallel -Enable `NEXT_PUBLIC_DEVELOP_PLUGINS=true` in the host's `.env` file. Start both the host and your plugin's dev servers. This enables hot-reloading and live type-sharing. +Enable `NEXT_PUBLIC_DEVELOP_PLUGINS=true` in the host's `.env.development` file. Start both the host and your plugin's dev servers. This enables hot-reloading and live type-sharing. ### 2. Test and Debug - Use the `[PluginSystem]` logs in the browser console to see if your plugin is loading correctly.