fix rebuild typings
This commit is contained in:
parent
400c3f2163
commit
5f04228147
|
|
@ -1,6 +1,7 @@
|
|||
import { code } from "../ws/sync/code/code";
|
||||
import { initFrontEnd } from "../ws/sync/code/parts/init/frontend";
|
||||
import { initServer } from "../ws/sync/code/parts/init/server";
|
||||
import { initTypings } from "../ws/sync/code/parts/init/typings";
|
||||
|
||||
export const _ = {
|
||||
url: "/rebuild/:id_site",
|
||||
|
|
@ -11,7 +12,7 @@ export const _ = {
|
|||
// delete server[id_site];
|
||||
await initFrontEnd(root, id_site, true);
|
||||
await initServer(root, id_site, true);
|
||||
// await initTypings(root, id_site, true);
|
||||
await initTypings(root, id_site, true);
|
||||
|
||||
return "ok";
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue