mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-09-25 14:06:18 +00:00
* feat(plugins): support manifest-backed browser assets * fix(plugins): validate asset roots and clarify module timeouts * fix(plugins): sandbox asset documents and support Turbo imports * docs(gateway): keep guidance within the merged size budget --------- Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
11 lines
210 B
JSON
11 lines
210 B
JSON
{
|
|
"schema_version": 1,
|
|
"entry": "static/dist/index.mjs",
|
|
"files": [
|
|
"static/dist/index.mjs",
|
|
"static/dist/chunks/bookmarks.mjs",
|
|
"static/dist/styles.css",
|
|
"static/dist/bookmark.svg"
|
|
]
|
|
}
|