mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
ignore: fix dev remote
This commit is contained in:
parent
f821b55514
commit
52b3eddeee
4 changed files with 2 additions and 5 deletions
|
|
@ -17,6 +17,7 @@ export const AuthClient = createClient({
|
|||
export const getActor = query(async (): Promise<Actor.Info> => {
|
||||
"use server"
|
||||
const evt = getRequestEvent()
|
||||
console.log(evt?.request.url)
|
||||
const url = new URL(evt!.request.headers.get("referer") ?? evt!.request.url)
|
||||
const auth = await useAuthSession()
|
||||
const splits = url.pathname.split("/").filter(Boolean)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue