This website requires JavaScript.
Explore
Help
Sign In
UniqAI
/
bolt.diy
Watch
1
Star
0
Fork
0
You've already forked bolt.diy
mirror of
https://github.com/stackblitz-labs/bolt.diy
synced
2025-01-22 19:06:12 +00:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
d62e211d09
bolt.diy
/
app
/
types
/
artifact.ts
6 lines
98 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: add first version of workbench, increase token limit, improve system prompt
2024-07-17 18:54:46 +00:00
export
interface
BoltArtifactData
{
id
:
string
;
title
:
string
;
fixed test cases
2024-12-03 05:58:23 +00:00
type
?
:
string
|
undefined
;
feat: add first version of workbench, increase token limit, improve system prompt
2024-07-17 18:54:46 +00:00
}
Reference in New Issue
Copy Permalink