mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 21:19:48 +00:00
Fix ESM imports for @opencode-ai/plugin (#16916)
This commit is contained in:
parent
94c128f73b
commit
bb232247d0
3 changed files with 7 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Plugin } from "./index"
|
||||
import { tool } from "./tool"
|
||||
import { Plugin } from "./index.js"
|
||||
import { tool } from "./tool.js"
|
||||
|
||||
export const ExamplePlugin: Plugin = async (ctx) => {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue