This commit is contained in:
Rizky 2024-02-06 10:43:12 +07:00
parent 34d4dd8090
commit 84018a5a23
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ declare global {
Bun.spawn({ Bun.spawn({
cmd: ["chmod", "-R", "777", "."], cmd: ["chmod", "-R", "777", "."],
cwd: dir, cwd: code.path(arg.site_id, "site", "src"),
}); });
break; break;