rowboat/apps/x/packages/shared/src/rowboat-account.ts

8 lines
153 B
TypeScript
Raw Normal View History

import { z } from 'zod';
export const RowboatApiConfig = z.object({
appUrl: z.string(),
websocketApiUrl: z.string(),
supabaseUrl: z.string(),
});