This commit is contained in:
Dax Raad 2025-10-09 18:49:24 -04:00
parent 685f0e14e5
commit 7d70072f0f

View file

@ -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"