Skip to content

Commit d34225c

Browse files
committed
add file to easily run locally
1 parent 7553bd1 commit d34225c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { getOverheadMeasurements } from './lib/getOverheadMeasurements.mjs';
2+
3+
const measurements = await getOverheadMeasurements();
4+
5+
console.log(measurements);

0 commit comments

Comments
 (0)