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

This commit is contained in:
Eduardo Santos de Brito 2025-12-30 04:05:08 +01:00 committed by GitHub
parent 1d589c7ac7
commit 4657fa823f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View file

@ -28,6 +28,7 @@ export type PluginInput = {
project: Project
directory: string
worktree: string
serverUrl: URL
$: BunShell
}