mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-24 04:43:27 +00:00
5 lines
148 B
TypeScript
5 lines
148 B
TypeScript
import config from "../astro.config"
|
|
|
|
const base = config.base?.replace(/\/$/, "") ?? ""
|
|
|
|
await Bun.$`pagefind --site ${`dist/client${base}/docs`}`
|