Skip to content

Commit d1f4dab

Browse files
chore: apply automated updates
1 parent 34d7361 commit d1f4dab

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/presets/vercel/immutable.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export async function generateImmutableManifest(nitro: Nitro) {
5555
const files = await glob("**", { cwd: destDir, absolute: false, dot: true });
5656
const hashes: Record<string, string> = {};
5757
for (const file of files) {
58-
hashes[joinURL("/", IMMUTABLE_DIR, file)] = ""
58+
hashes[joinURL("/", IMMUTABLE_DIR, file)] = "";
5959
}
6060

6161
const manifest: ImmutableManifest = { version: 1, hashes };
@@ -66,4 +66,3 @@ export async function generateImmutableManifest(nitro: Nitro) {
6666

6767
nitro.logger.withTag("vercel").info(`Generated immutable manifest (${files.length} files).`);
6868
}
69-

0 commit comments

Comments
 (0)