wip fix
This commit is contained in:
parent
34d4dd8090
commit
84018a5a23
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue