Skip to content

Commit f53f4a7

Browse files
authored
fix(cli): drop misleading hint on hyperframes_project_invalid (#1127)
1 parent 2a50506 commit f53f4a7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

‎packages/cli/src/cloud/errors.ts‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import { HyperframesApiError } from "./_gen/client.js";
1818
* say, leave the code out and let the message stand on its own.
1919
*/
2020
const ERROR_CODE_HINTS: Record<string, string> = {
21-
hyperframes_project_invalid:
22-
"The uploaded zip didn't validate. Confirm it contains index.html at the root (or matches --composition), and that all referenced assets are present.",
2321
hyperframes_project_too_large:
2422
"The zip exceeded the 32 MB limit. Trim large media (or pre-host them and reference by URL), then try again.",
2523
hyperframes_render_not_found:

0 commit comments

Comments
 (0)