Files
opencode/packages/plugin/src/example.ts
2025-08-02 18:50:19 -04:00

8 lines
137 B
TypeScript

import { Plugin } from "./index"
export const ExamplePlugin: Plugin = async ({ app, client }) => {
return {
permission: {},
}
}