feat(plugin): expose server URL to plugins (#6373)

This commit is contained in:
Eduardo Santos de Brito
2025-12-29 21:05:08 -06:00
committed by GitHub
parent 1d589c7ac7
commit 4657fa823f
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ export type PluginInput = {
project: Project
directory: string
worktree: string
serverUrl: URL
$: BunShell
}