fix(electron-forge): wrong import

This commit is contained in:
Elian Doran 2026-03-01 20:15:04 +02:00
parent e1ad48b42a
commit b96b004262
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
const child_process = require("child_proces");
const child_process = require("child_process");
const fs = require("fs");
const { rm } = require("fs/promises");
const path = require("path");