Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Fixed the bug that stopped require from working! :shipit:
Browse files Browse the repository at this point in the history
:shipit: 
changed `electron .` to `npm start . --require`
  • Loading branch information
BlueFalconHD authored Jan 11, 2022
1 parent 2a32acf commit ec9522a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A scratch based console.",
"main": "main.js",
"scripts": {
"start": "electron .",
"start": "npm start . --require",
"package": "electron-forge package",
"make": "electron-forge make"
},
Expand Down

0 comments on commit ec9522a

Please sign in to comment.