wip: zen
This commit is contained in:
parent
1b17d8070b
commit
9e8fd16e6e
13 changed files with 437 additions and 62 deletions
7
packages/console/app/src/lib/beta.ts
Normal file
7
packages/console/app/src/lib/beta.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { query } from "@solidjs/router"
|
||||
import { Resource } from "@opencode/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