We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4776a29 + 436a391 commit b54ac97Copy full SHA for b54ac97
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ode",
3
- "version": "0.0.54",
+ "version": "0.0.55",
4
"description": "Coding anywhere with your coding agents connected",
5
"module": "packages/core/index.ts",
6
"type": "module",
packages/core/cli.ts
@@ -215,7 +215,7 @@ if (command === "__runtime") {
215
216
if (command === "daemon") {
217
await runDaemon();
218
- process.exit(0);
+ await new Promise(() => {});
219
}
220
221
if (args.includes("--version") || command === "version") {
0 commit comments