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

Commit ec9522a

Browse files
authored
Fixed the bug that stopped require from working! :shipit:
:shipit: changed `electron .` to `npm start . --require`
1 parent 2a32acf commit ec9522a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A scratch based console.",
55
"main": "main.js",
66
"scripts": {
7-
"start": "electron .",
7+
"start": "npm start . --require",
88
"package": "electron-forge package",
99
"make": "electron-forge make"
1010
},

0 commit comments

Comments
 (0)