wip: zen nav bar
This commit is contained in:
parent
3ed4f1078f
commit
51e9979457
37 changed files with 809 additions and 212 deletions
|
|
@ -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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue