mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-23 22:34:53 +00:00
7 lines
114 B
TypeScript
7 lines
114 B
TypeScript
import type { ServerApi } from "../types.js"
|
|
|
|
export const api: ServerApi = {
|
|
name: "opencode",
|
|
groups: [],
|
|
}
|