mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 14:43:03 -04:00
I just needed node 20
This commit is contained in:
commit
b90ca8b170
5 changed files with 5 additions and 9 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.mts";
|
||||
import { getPluginTarget } from "../utils.mjs";
|
||||
|
||||
const PackageJSON: typeof import("../../package.json") = JSON.parse(readFileSync("package.json", "utf-8"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue