mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-09 17:53:22 +00:00
6 lines
133 B
TypeScript
6 lines
133 B
TypeScript
import { defineMeta } from "blume"
|
|
|
|
export default defineMeta({
|
|
title: "Build",
|
|
pages: ["index", "plugins", "client", "sdk"],
|
|
})
|