[ci] format
This commit is contained in:
parent
898845402c
commit
fc74dc4a8c
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ export async function injectManifest(buildOpts: StaticBuildOptions, internals: B
|
|||
cwd: fileURLToPath(buildOpts.buildConfig.client),
|
||||
})
|
||||
);
|
||||
for(const file of clientStatics) {
|
||||
for (const file of clientStatics) {
|
||||
internals.staticFiles.add(file);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue