show dist
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,5 +2,4 @@ build
|
|||||||
node_modules
|
node_modules
|
||||||
config-meshbio.json
|
config-meshbio.json
|
||||||
xbuild
|
xbuild
|
||||||
dist
|
|
||||||
xtmp
|
xtmp
|
||||||
|
|||||||
@@ -35,5 +35,5 @@ npm run start
|
|||||||
|
|
||||||
Run Script
|
Run Script
|
||||||
```
|
```
|
||||||
node .\dist\one-result-gw.js
|
node .\dist\gw-wa.js
|
||||||
```
|
```
|
||||||
9
dist/gw-wa.js
vendored
Normal file
9
dist/gw-wa.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -5,8 +5,8 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rimraf build/ && prettier --write source/ && tsc",
|
"build": "rimraf build/ && prettier --write source/ && tsc",
|
||||||
"compile": "cross-env NODE_OPTIONS=--openssl-legacy-provider ncc build build/server.js -m -o dist && move dist\\index.js dist\\one-point-member-gw.js",
|
"compile": "cross-env NODE_OPTIONS=--openssl-legacy-provider ncc build build/server.js -m -o dist && move dist\\index.js dist\\gw-wa.js",
|
||||||
"start": "node ./dist/one-point-member-gw.js",
|
"start": "node ./dist/gw-wa.js",
|
||||||
"bcs": "rimraf build/ && prettier --write source/ && tsc && cross-env NODE_OPTIONS=--openssl-legacy-provider ncc build build/server.js -m -o dist && move dist\\index.js dist\\one-point-member-gw.js && node ./dist/one-point-member-gw.js"
|
"bcs": "rimraf build/ && prettier --write source/ && tsc && cross-env NODE_OPTIONS=--openssl-legacy-provider ncc build build/server.js -m -o dist && move dist\\index.js dist\\one-point-member-gw.js && node ./dist/one-point-member-gw.js"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
@@ -30,4 +30,4 @@
|
|||||||
"moment-timezone": "^0.5.34",
|
"moment-timezone": "^0.5.34",
|
||||||
"node-cron": "^3.0.0"
|
"node-cron": "^3.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user