diff --git a/source/index.ts b/source/index.ts index f51cd43..275eb78 100644 --- a/source/index.ts +++ b/source/index.ts @@ -52,7 +52,7 @@ export default async function (): Promise { template: { /* eslint-disable @typescript-eslint/naming-convention */ 'rollup.config.ts': async (context) => { - const content = await loadFile( + const content = loadFile( resolve(TEMPLATES, 'rollup.config.ts'), 'text', );