Skip to content

Commit

Permalink
feat: allow top-level resolvers (scalars)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicary committed Oct 12, 2022
1 parent 2c3d9f6 commit f082618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const manifest = {
${
modules.map((file, i) => {
const { dir, name } = parse(file);
return `"${dir.slice(1)}/${name}": $${i}`;
return `"${join(dir.slice(1), name)}": $${i}`;
}).join(",\n ")
}
},
Expand Down

0 comments on commit f082618

Please sign in to comment.