Capacitor command fix (#498)

This commit is contained in:
Will Chen
2025-06-25 16:45:49 -07:00
committed by GitHub
parent a985a5aadf
commit d5307a7207
3 changed files with 8 additions and 1 deletions

View File

@@ -66,6 +66,10 @@ export function registerCapacitorHandlers() {
cwd: appPath,
successMessage: "Capacitor sync completed successfully",
errorPrefix: "Failed to sync Capacitor",
env: {
...process.env,
LANG: "en_US.UTF-8",
},
});
},
);