codec-xyz
Results
1
comments of
codec-xyz
A work-around I found is calling the Forge cli command script's with something like `tsx`. So in your `package.json` add this... ```json "scripts": { "start": "tsx node_modules/@electron-forge/cli/src/electron-forge-start", "package": "tsx node_modules/@electron-forge/cli/src/electron-forge-package",...