Create working directory for workers

This commit is contained in:
Neal Shah
2026-06-24 15:56:00 -04:00
parent c795527e94
commit a032624b19
@@ -249,6 +249,13 @@ export class WorkerDriver extends PuterDriver {
});
}
if (appId) {
await this.services.fs.mkdir(actor.user.id!, {
path: `/${actor.user.username}/AppData/${appId}`,
createMissingParents: true,
});
}
// Deploy to Cloudflare
const cfResult = await this.#cfDeploy(
workerName,