A decentralized music tracking and discovery platform built on AT Protocol 🎵

Use snapshot and delete sandbox after stop

+2
+2
.sandbox/daytona/index.ts
··· 12 12 const sandbox = await daytona.create({ 13 13 language: "typescript", 14 14 envVars: { NODE_ENV: "development" }, 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 + await sandbox.delete(); 60 62 } 61 63 62 64 main().catch(console.error);