Fix ci + improvements (#17795)

as title
This commit is contained in:
martmull
2026-02-10 11:48:10 +01:00
committed by GitHub
parent ee0474e287
commit 52fe21c04b
26 changed files with 182 additions and 248 deletions
@@ -79,7 +79,7 @@ export class LogicFunctionExecuteCommand {
} else {
console.log(
chalk.yellow(
'No functions found for this application. Have you synced your app with `yarn app:sync`?',
'No functions found for this application. Have you synced your app with `yarn app:dev`?',
),
);
}