mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-23 11:17:02 +00:00
3 lines
126 B
TypeScript
3 lines
126 B
TypeScript
|
export const CLIENT_ID = 'bolt';
|
||
|
export const CLIENT_ORIGIN = import.meta.env.VITE_CLIENT_ORIGIN ?? 'https://stackblitz.com';
|