fix(cli): drop misleading hint on hyperframes_project_invalid (#1127)

This commit is contained in:
James Russo
2026-05-29 18:22:32 -04:00
committed by GitHub
parent 2a50506c0b
commit f53f4a7a08
-2
View File
@@ -18,8 +18,6 @@ import { HyperframesApiError } from "./_gen/client.js";
* say, leave the code out and let the message stand on its own.
*/
const ERROR_CODE_HINTS: Record<string, string> = {
hyperframes_project_invalid:
"The uploaded zip didn't validate. Confirm it contains index.html at the root (or matches --composition), and that all referenced assets are present.",
hyperframes_project_too_large:
"The zip exceeded the 32 MB limit. Trim large media (or pre-host them and reference by URL), then try again.",
hyperframes_render_not_found: