Fix tsconfig wrong path
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -49,7 +49,9 @@ async function loadComponent(name: string) {
|
||||
const preLoad = ["index", "package", "browse_folder", "browse_file"];
|
||||
|
||||
preLoad.forEach((page) =>
|
||||
loadComponent(page).catch((err) => console.error("Error preloading", page))
|
||||
loadComponent(page).catch((err) =>
|
||||
console.error("Error preloading", page, err)
|
||||
)
|
||||
);
|
||||
|
||||
export default async function render(
|
||||
|
Reference in New Issue
Block a user