mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-30 19:23:29 -05:00
Update common.mts
This commit is contained in:
parent
f031b65216
commit
30a3c2e8bc
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import { minify as minifyHtml } from "html-minifier-terser";
|
|||
import { join, relative } from "path";
|
||||
import { promisify } from "util";
|
||||
|
||||
import { getPluginTarget } from "../utils.mjs";
|
||||
import { getPluginTarget } from "../utils.mts";
|
||||
|
||||
const PackageJSON: typeof import("../../package.json") = JSON.parse(readFileSync("package.json", "utf-8"));
|
||||
|
||||
|
|
Loading…
Reference in a new issue