mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
sync
This commit is contained in:
parent
685f0e14e5
commit
7d70072f0f
1 changed files with 2 additions and 6 deletions
|
|
@ -1,15 +1,11 @@
|
|||
#!/usr/bin/env bun
|
||||
<<<<<<< HEAD
|
||||
|
||||
import solidPlugin from "../../../node_modules/@opentui/solid/scripts/solid-plugin"
|
||||
|
||||
=======
|
||||
import path from "path"
|
||||
>>>>>>> dev
|
||||
import { $ } from "bun"
|
||||
|
||||
const dir = new URL("..", import.meta.url).pathname
|
||||
process.chdir(dir)
|
||||
import { $ } from "bun"
|
||||
import path from "path"
|
||||
|
||||
import pkg from "../package.json"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue