🪄 feat: Customize Sandpack bundlerURL for Artifacts (#6191)

This commit is contained in:
Danny Avila 2025-03-05 16:03:54 -05:00 committed by GitHub
parent 00b2d026c1
commit c8f7588164
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 36 additions and 9 deletions

View file

@ -531,6 +531,7 @@ export type TStartupConfig = {
publicSharedLinksEnabled: boolean;
analyticsGtmId?: string;
instanceProjectId: string;
bundlerURL?: string;
};
export const configSchema = z.object({