remove random path update

This commit is contained in:
Martin C. Richards 2025-12-13 09:20:59 +01:00
parent f30c0cc1d3
commit 764ec8cb4b
No known key found for this signature in database
GPG key ID: 97EBB3B732E8C932

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bun
import solidPlugin from "../../../node_modules/@opentui/solid/scripts/solid-plugin.ts"
import solidPlugin from "../node_modules/@opentui/solid/scripts/solid-plugin.ts"
import path from "path"
import fs from "fs"
import { $ } from "bun"