fix: 编译报错

This commit is contained in:
dataeaseShu
2025-06-06 17:12:35 +08:00
committed by dataeaseShu
parent 146bab0f36
commit 7f388fe9c7

View File

@@ -1,6 +1,6 @@
import { WritableStream } from 'htmlparser2/lib/WritableStream'
import fs from 'node:fs'
import pkg from '../package.json' assert { type: "json" };
import pkg from '../package.json' with { type: "json" };
const suffix = `${pkg.version}-${pkg.name}`
const eleArr = []