mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-22 18:45:19 +02:00
use deepgram ws proxy, simplify env vars
This commit is contained in:
parent
8151769891
commit
02c0fd487f
15 changed files with 170 additions and 61 deletions
7
apps/x/packages/shared/src/rowboat-account.ts
Normal file
7
apps/x/packages/shared/src/rowboat-account.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { z } from 'zod';
|
||||
|
||||
export const RowboatApiConfig = z.object({
|
||||
appUrl: z.string(),
|
||||
websocketApiUrl: z.string(),
|
||||
supabaseUrl: z.string(),
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue