fix(cli): fix pushing non existing apps with cli

This commit is contained in:
Ruben Fiszel
2025-11-24 15:03:40 +00:00
parent 6e230a8ea2
commit 29d8ad2e5d
+3 -1
View File
@@ -45,7 +45,9 @@ export async function pushApp(
} catch {
//ignore
}
app.policy = undefined;
if (app) {
app.policy = undefined;
}
if (!localPath.endsWith(SEP)) {
localPath += SEP;