wip: zen nav bar

This commit is contained in:
Frank
2025-10-09 16:01:52 -04:00
parent 3ed4f1078f
commit 51e9979457
37 changed files with 811 additions and 214 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")