diff options
| author | Eduardo Santos de Brito <[email protected]> | 2025-12-30 04:05:08 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-29 21:05:08 -0600 |
| commit | 4657fa823f2e15add4bd5f9d16000b81ce5edcd2 (patch) | |
| tree | 0259d5e7e2b8c9e75668fb4fe908c0dc412f9bd7 /packages/plugin/src | |
| parent | 1d589c7ac72e1b55716b3e6a92e9c652ce3bce25 (diff) | |
| download | opencode-4657fa823f2e15add4bd5f9d16000b81ce5edcd2.tar.gz opencode-4657fa823f2e15add4bd5f9d16000b81ce5edcd2.zip | |
feat(plugin): expose server URL to plugins (#6373)
Diffstat (limited to 'packages/plugin/src')
| -rw-r--r-- | packages/plugin/src/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |
