mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-22 09:33:35 +00:00
feat(core): migrate v1 data to v2 (#40723)
This commit is contained in:
parent
03e9789064
commit
0fbe489e35
77 changed files with 4268 additions and 13330 deletions
|
|
@ -61,7 +61,7 @@ for (const item of targets) {
|
|||
name: "parcel-watcher-binding",
|
||||
setup(build) {
|
||||
build.onLoad({ filter: /filesystem\/watcher-binding\.ts$/ }, () => ({
|
||||
contents: `import binding from ${JSON.stringify(parcelWatcherPackage)}; export default () => binding`,
|
||||
contents: `export default () => require(${JSON.stringify(parcelWatcherPackage)})`,
|
||||
loader: "js",
|
||||
}))
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue