fix environments demo (#696)
* fix * fixes * fixes * update docs * fixes * fixes * sandbox tokens * better logging
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export const ALLOWED_URLS = [
|
||||
"https://example.com",
|
||||
"https://ai-sdk.dev",
|
||||
"https://useworkflow.dev",
|
||||
"https://vercel.com",
|
||||
] as const;
|
||||
|
||||
export type AllowedUrl = (typeof ALLOWED_URLS)[number];
|
||||
Reference in New Issue
Block a user