mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-11 09:11:50 +00:00
Fix import assertion
This commit is contained in:
parent
894ceab854
commit
168e0bcb6d
@ -1,5 +1,5 @@
|
||||
import packager from "electron-packager";
|
||||
import pj from "../electron/package.json" assert { type: "json" };
|
||||
import pj from "../electron/package.json" with { type: "json" };
|
||||
import path from "path/posix";
|
||||
import { getVersion } from "./buildutils.js";
|
||||
import fs from "fs/promises";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user