fix: removing duplicate zlib import
This commit is contained in:
parent
5d3c5250ac
commit
5aa001b9fc
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import { openMbTilesWrapper } from './mbtiles_wrapper.js';
|
||||||
|
|
||||||
import fs from 'node:fs';
|
import fs from 'node:fs';
|
||||||
import { fileURLToPath } from 'url';
|
import { fileURLToPath } from 'url';
|
||||||
import zlib from 'zlib';
|
|
||||||
const packageJson = JSON.parse(
|
const packageJson = JSON.parse(
|
||||||
fs.readFileSync(
|
fs.readFileSync(
|
||||||
path.dirname(fileURLToPath(import.meta.url)) + '/../package.json',
|
path.dirname(fileURLToPath(import.meta.url)) + '/../package.json',
|
||||||
|
|
Loading…
Reference in a new issue