wip: zen nav bar

This commit is contained in:
Frank 2025-10-09 16:01:52 -04:00
commit 51e9979457
37 changed files with 809 additions and 212 deletions

View file

@ -1,7 +0,0 @@
import { query } from "@solidjs/router"
import { Resource } from "@opencode-ai/console-resource"
export const beta = query(async (workspaceID?: string) => {
"use server"
return Resource.App.stage === "production" ? workspaceID === "wrk_01K46JDFR0E75SG2Q8K172KF3Y" : true
}, "beta")