You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cli/src/cloud/errors.ts
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,6 @@ import { HyperframesApiError } from "./_gen/client.js";
18
18
* say, leave the code out and let the message stand on its own.
19
19
*/
20
20
constERROR_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.",
23
21
hyperframes_project_too_large:
24
22
"The zip exceeded the 32 MB limit. Trim large media (or pre-host them and reference by URL), then try again.",
0 commit comments