mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-27 08:15:31 +00:00
feat(core): bootstrap packages/server and document extraction plan (#22492)
This commit is contained in:
6
packages/server/src/definition/api.ts
Normal file
6
packages/server/src/definition/api.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { ServerApi } from "../types.js"
|
||||
|
||||
export const api: ServerApi = {
|
||||
name: "opencode",
|
||||
groups: [],
|
||||
}
|
||||
Reference in New Issue
Block a user