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
/
utils
/
unreachable.ts
Dominic Elm
feat: add first version of workbench, increase token limit, improve system prompt
621b880
about 1 year ago
raw
Copy download link
history
blame
Safe
102 Bytes
export
function
unreachable
(
message:
string
):
never
{
throw
new
Error
(
`Unreachable:
${message}
`
);
}