Skip to content

Commit 7bc65cb

Browse files
committed
fixup!
1 parent 068f10d commit 7bc65cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/compare-builds/web.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { stat, readdir } from 'node:fs/promises';
22
import path from 'node:path';
33
import { fileURLToPath } from 'node:url';
44

5-
const BASE = fileURLToPath(import.meta.resolve('../../out'));
6-
const HEAD = fileURLToPath(import.meta.resolve('../../out'));
5+
const BASE = fileURLToPath(import.meta.resolve('../../out/base'));
6+
const HEAD = fileURLToPath(import.meta.resolve('../../out/head'));
77
const UNITS = ['B', 'KB', 'MB', 'GB'];
88

99
/**

0 commit comments

Comments
 (0)