添加README、编译脚本

This commit is contained in:
2021-08-02 21:01:02 +08:00
parent 3ae33607cc
commit 670b4b5faa
4 changed files with 29 additions and 2 deletions

View File

@@ -0,0 +1 @@
SL_PORT=9696

View File

@@ -4,7 +4,9 @@
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node build/index.js"
},
"author": "",
"license": "ISC",