mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-07 05:43:23 +00:00
5 lines
152 B
TypeScript
5 lines
152 B
TypeScript
import { defineMeta } from "blume"
|
|
|
|
export default defineMeta({
|
|
pages: ["index", "migrate-v1", "config", "troubleshooting", "configure", "build"],
|
|
})
|