From 4657fa823f2e15add4bd5f9d16000b81ce5edcd2 Mon Sep 17 00:00:00 2001 From: Eduardo Santos de Brito Date: Tue, 30 Dec 2025 04:05:08 +0100 Subject: feat(plugin): expose server URL to plugins (#6373) --- packages/plugin/src/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/plugin/src') diff --git a/packages/plugin/src/index.ts b/packages/plugin/src/index.ts index fbc0e710c..5653f19d9 100644 --- a/packages/plugin/src/index.ts +++ b/packages/plugin/src/index.ts @@ -28,6 +28,7 @@ export type PluginInput = { project: Project directory: string worktree: string + serverUrl: URL $: BunShell } -- cgit v1.2.3