wip fix
This commit is contained in:
parent
34d4dd8090
commit
84018a5a23
|
|
@ -120,7 +120,7 @@ declare global {
|
|||
|
||||
Bun.spawn({
|
||||
cmd: ["chmod", "-R", "777", "."],
|
||||
cwd: dir,
|
||||
cwd: code.path(arg.site_id, "site", "src"),
|
||||
});
|
||||
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue