mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 14:57:00 +10:00
add an alternative to browserless, for lightweight servers
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ export const env = createEnv({
|
||||
PRINTER_APP_URL: z.url({ protocol: /https?/ }).optional(),
|
||||
|
||||
// Printer
|
||||
PRINTER_ENDPOINT: z.url({ protocol: /wss?/ }),
|
||||
PRINTER_ENDPOINT: z.url({ protocol: /^(wss?|https?)$/ }),
|
||||
|
||||
// Database
|
||||
DATABASE_URL: z.url({ protocol: /postgres(ql)?/ }),
|
||||
|
||||
Reference in New Issue
Block a user