mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
sync
This commit is contained in:
parent
db24bf87c0
commit
01c0e5bbff
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/package.json",
|
||||
"version": "0.0.5", "name": "opencode",
|
||||
"version": "0.0.5",
|
||||
"name": "opencode",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
5
packages/opencode/src/plugin/index.ts
Normal file
5
packages/opencode/src/plugin/index.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export namespace Plugin {
|
||||
export interface Info {
|
||||
onLoad(): void
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue