mirror of
https://github.com/stackblitz/bolt.new
synced 2024-11-27 22:42:21 +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';
|