mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: 编译报错
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user