Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
T1ckbase
/
bolt.diy
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e5ed23c
bolt.diy
/
packages
/
bolt
/
app
/
lib
/
constants.ts
Roberto Vidal
feat: oauth-based login (#7)
7ebc805
unverified
about 1 year ago
raw
Copy download link
history
blame
126 Bytes
export
const
CLIENT_ID
=
'bolt'
;
export
const
CLIENT_ORIGIN
=
import
.
meta
.
env
.
VITE_CLIENT_ORIGIN
??
'https://stackblitz.com'
;