feat(core): bootstrap packages/server and document extraction plan (#22492)
This commit is contained in:
parent
f6409759e5
commit
6706358a6e
10 changed files with 753 additions and 0 deletions
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: [],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue