Skip to content

Commit

Permalink
Fix path.
Browse files Browse the repository at this point in the history
  • Loading branch information
dompuiu committed Sep 4, 2024
1 parent fe1c53d commit 19a89eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers/createExtensionManifest.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import getAlloyComponents from "./getAlloyComponents.mjs";
const createPreprocessingVariables = () =>
getAlloyComponents().map((n) => ({
key: `ALLOY_${n.toUpperCase()}`,
path: `modules.${n}`,
path: `components.${n}`,
default: true,
}));

Expand Down

0 comments on commit 19a89eb

Please sign in to comment.