tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
Use snapshot and delete sandbox after stop
tsiry-sandratraina.com
1 month ago
ef0c4548
73fd2ee3
+2
1 changed file
expand all
collapse all
unified
split
.sandbox
daytona
index.ts
+2
.sandbox/daytona/index.ts
···
12
12
const sandbox = await daytona.create({
13
13
language: "typescript",
14
14
envVars: { NODE_ENV: "development" },
15
15
+
snapshot: "daytona-openclaw-small",
15
16
});
16
17
17
18
const HOME = "/home/daytona";
···
57
58
consola.log(response.result);
58
59
59
60
await sandbox.stop();
61
61
+
await sandbox.delete();
60
62
}
61
63
62
64
main().catch(console.error);