1
0
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:
cody-ferguson 2024-06-19 18:05:46 -05:00 committed by GitHub
parent 894ceab854
commit 168e0bcb6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";