feat: add first version of workbench, increase token limit, improve system prompt
This commit is contained in:
3
packages/bolt/app/utils/unreachable.ts
Normal file
3
packages/bolt/app/utils/unreachable.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function unreachable(message: string): never {
|
||||
throw new Error(`Unreachable: ${message}`);
|
||||
}
|
||||
Reference in New Issue
Block a user