diff --git a/build.mjs b/build.mjs index ef94ffd6e..01a1c4d51 100644 --- a/build.mjs +++ b/build.mjs @@ -150,7 +150,7 @@ const entryPointsPlugin = { const template = await readFile(join(SRC_DIR, templatePath), "utf-8"); const makeHeader = (sourceFile) => - `// Automatically generated from '${templatePath}' for '${sourceFile}'.\n\n`; + `// Automatically generated from '${templatePath}' for 'src/${basename(sourceFile)}'.\n\n`; // Write entry point stubs for each action. for (const action of actions) {