mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-02-18 14:11:39 -08:00
Fix import assertion
This commit is contained in:
parent
894ceab854
commit
168e0bcb6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue