revisi lib

This commit is contained in:
Sas Andy
2024-09-27 10:22:27 +07:00
parent 2d83b3dc0d
commit 62ef52eda5
7 changed files with 247 additions and 70 deletions

View File

@@ -5,7 +5,9 @@
"main": "index.js",
"scripts": {
"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-result-gw.js"
"compile": "cross-env NODE_OPTIONS=--openssl-legacy-provider ncc build build/server.js -m -o dist && move dist\\index.js dist\\one-result-gw.js",
"start": "node ./dist/one-result-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-result-gw.js && node ./dist/one-result-gw.js"
},
"keywords": [],
"author": "",