We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa61e7 commit 7fde13fCopy full SHA for 7fde13f
1 file changed
build.mjs
@@ -150,7 +150,7 @@ const entryPointsPlugin = {
150
const template = await readFile(join(SRC_DIR, templatePath), "utf-8");
151
152
const makeHeader = (sourceFile) =>
153
- `// Automatically generated from '${templatePath}' for '${sourceFile}'.\n\n`;
+ `// Automatically generated from '${templatePath}' for 'src/${basename(sourceFile)}'.\n\n`;
154
155
// Write entry point stubs for each action.
156
for (const action of actions) {
0 commit comments