We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5428b1 commit 578233bCopy full SHA for 578233b
src/lib/package.json
@@ -4,8 +4,8 @@
4
"description": "The LightSwitch API",
5
"main": "src/index.js",
6
"scripts": {
7
- "start": "node src/index.js",
8
- "dev": "nodemon src/index.js"
+ "start": "node index.js",
+ "dev": "nodemon index.js"
9
},
10
"author": "GitBook",
11
"license": "ISC",
0 commit comments