feat: prepare supporter self-hosting
This commit is contained in:
@@ -30,6 +30,7 @@ interface MyRouterContext {
|
||||
trpc: TRPCOptionsProxy<AppRouter>;
|
||||
apiUrl: string;
|
||||
dashboardUrl: string;
|
||||
isSelfHosted: boolean;
|
||||
}
|
||||
|
||||
export const Route = createRootRouteWithContext<MyRouterContext>()({
|
||||
|
||||
Reference in New Issue
Block a user