添加README、编译脚本
This commit is contained in:
1
slader-legacy-backend/.env.example
Normal file
1
slader-legacy-backend/.env.example
Normal file
@@ -0,0 +1 @@
|
||||
SL_PORT=9696
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user