Commit 0ddf62b1 authored by nanahira's avatar nanahira

fix

parent a067e7e8
Pipeline #412 failed with stages
in 2 minutes and 19 seconds
...@@ -47,6 +47,7 @@ services: ...@@ -47,6 +47,7 @@ services:
PASS: aaaaaaaaa # Your QQ password here PASS: aaaaaaaaa # Your QQ password here
ACCESS_TOKEN: qweqwe ACCESS_TOKEN: qweqwe
SECRET: asdasd SECRET: asdasd
USE_DB: true
terminator: terminator:
restart: always restart: always
image: nanahira/hisoutensoku-terminator image: nanahira/hisoutensoku-terminator
......
...@@ -368,6 +368,11 @@ ...@@ -368,6 +368,11 @@
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
}, },
"typescript": {
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw=="
},
"udp-proxy": { "udp-proxy": {
"version": "1.2.0", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/udp-proxy/-/udp-proxy-1.2.0.tgz", "resolved": "https://registry.npmjs.org/udp-proxy/-/udp-proxy-1.2.0.tgz",
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
"bunyan": "^1.8.12", "bunyan": "^1.8.12",
"koishi": "^1.12.0", "koishi": "^1.12.0",
"moment": "^2.26.0", "moment": "^2.26.0",
"typescript": "^3.9.7",
"udp-proxy": "^1.2.0", "udp-proxy": "^1.2.0",
"underscore": "^1.10.2", "underscore": "^1.10.2",
"yaml": "^1.10.0" "yaml": "^1.10.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment