ignore: cloud resource
This commit is contained in:
9
cloud/app/src/routes/debug/index.ts
Normal file
9
cloud/app/src/routes/debug/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { APIEvent } from "@solidjs/start/server"
|
||||
import { Resource } from "@opencode/cloud-resource"
|
||||
import { json } from "@solidjs/router"
|
||||
|
||||
export async function GET(evt: APIEvent) {
|
||||
return json({
|
||||
data: Resource.Database.host,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user