diff --git a/routes/[...index].ts b/routes/[...index].ts index fc4caed..6923a54 100644 --- a/routes/[...index].ts +++ b/routes/[...index].ts @@ -62,8 +62,6 @@ async function insertRegistry( key.replace(`.${type}`, "") ); - console.log(">>> availableComponents", availableComponents); - const usedCustomElements = []; walkSync(ast, (node) => { @@ -89,19 +87,29 @@ async function insertRegistry( } async function buildRegistry(usedCustomElements: string[], type: "js" | "ts") { - let registryScript = `