@h1veframework/cli 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -64,7 +64,7 @@ function errorForStatus(status2, code) {
|
|
|
64
64
|
if (code === "NO_PROJECT") {
|
|
65
65
|
return new NexusApiError(
|
|
66
66
|
"NO_PROJECT",
|
|
67
|
-
"
|
|
67
|
+
"Nenhum projeto resolvido para este repo. Conecte-o a um projeto em /settings \u2192 GitHub (o CLI/MCP ent\xE3o auto-resolvem pelo git remote), ou defina H1VE_PROJECT_ID na config."
|
|
68
68
|
);
|
|
69
69
|
}
|
|
70
70
|
switch (status2) {
|
package/package.json
CHANGED