Skip to content

Commit 2c8ba4e

Browse files
committed
add script
1 parent be4dba5 commit 2c8ba4e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

server/package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"name": "akash",
3-
"version": "1.0.0",
4-
"description": "",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"author": "",
10-
"license": "ISC"
2+
"name": "akash",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"start": "node index.js",
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"author": "",
11+
"license": "ISC"
1112
}

0 commit comments

Comments
 (0)