MCPcopy
hub / github.com/Innei/Shiro / UrlConfig

Interface UrlConfig

src/atoms/url.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { queryClient } from '~/providers/root/react-query-provider'
6
7export interface UrlConfig {
8 adminUrl: string
9
10 webUrl: string
11}
12
13export const adminUrlAtom = atom<string | null>(null)
14export const webUrlAtom = atom<string | null>(null)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected