fix
This commit is contained in:
parent
0942b3837f
commit
cf7457d6c2
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue