1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Electron: Allow passing arguments when running from repo

This commit is contained in:
Michael Hollister 2025-05-19 09:16:46 -05:00
parent c04cc2f9ca
commit b050a26d01

View file

@ -7,7 +7,7 @@
"license": "MIT",
"scripts": {
"build": "rm -rf dist/ && webpack --config ./webpack.config.js",
"start": "electron-forge start",
"start": "electron-forge start --",
"test": "jest",
"package": "electron-forge package",
"make": "electron-forge make"