fix: removing duplicate zlib import

This commit is contained in:
RJ Johnston 2025-02-26 12:17:44 -05:00 committed by Andrew Calcutt
parent 5d3c5250ac
commit 5aa001b9fc

View file

@ -21,7 +21,7 @@ import { openMbTilesWrapper } from './mbtiles_wrapper.js';
import fs from 'node:fs';
import { fileURLToPath } from 'url';
import zlib from 'zlib';
const packageJson = JSON.parse(
fs.readFileSync(
path.dirname(fileURLToPath(import.meta.url)) + '/../package.json',