mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-20 02:10:15 +01:00
🪄 feat: Customize Sandpack bundlerURL for Artifacts (#6191)
This commit is contained in:
parent
00b2d026c1
commit
c8f7588164
6 changed files with 36 additions and 9 deletions
|
|
@ -531,6 +531,7 @@ export type TStartupConfig = {
|
|||
publicSharedLinksEnabled: boolean;
|
||||
analyticsGtmId?: string;
|
||||
instanceProjectId: string;
|
||||
bundlerURL?: string;
|
||||
};
|
||||
|
||||
export const configSchema = z.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue