Spaces:
Paused
Paused
Update package.json
Browse files- package.json +1 -1
package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"description": "A simple Express.js app to debug APK files with a 500MB upload limit",
|
5 |
"main": "server.js",
|
6 |
"scripts": {
|
7 |
-
"start": "node
|
8 |
},
|
9 |
"author": "Your Name",
|
10 |
"license": "ISC",
|
|
|
4 |
"description": "A simple Express.js app to debug APK files with a 500MB upload limit",
|
5 |
"main": "server.js",
|
6 |
"scripts": {
|
7 |
+
"start": "node index.js"
|
8 |
},
|
9 |
"author": "Your Name",
|
10 |
"license": "ISC",
|