This commit is contained in:
Dax Raad
2026-03-10 16:07:25 -04:00
parent 27ab51f490
commit be6f59035a
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -34,6 +34,11 @@ export namespace Plugin {
project: Instance.project,
worktree: Instance.worktree,
directory: Instance.directory,
get serverUrl(): URL {
throw new Error("Server URL is no longer supported in plugins")
},
// @ts-expect-error
$: typeof Bun === "undefined" ? undefined : Bun.$,
}
for (const plugin of INTERNAL_PLUGINS) {