mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-05 12:09:50 +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"],
|
|
})
|