This commit is contained in:
rizrmd 2024-05-19 13:58:42 +07:00
parent 0942b3837f
commit cf7457d6c2
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ export const code = {
await initFrontEnd(root, id_site);
await initServer(root, id_site);
await initTypings(root, id_site);
if (exists(dir.data(`${root}/typings`))) {
await $`chmod -R 777 ${dir.data(`${root}/typings`)}`;
if (exists(dir.data(`${root}`))) {
await $`chmod -R 777 ${dir.data(`${root}`)}`;
}
},
path(