summaryrefslogtreecommitdiff
path: root/packages/backend/check_connect.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(backend): バックエンドのpnpm ↵おさむのひと2024-04-041-15/+0
| | | | | | | devによるビルド後にbuild-assetsを行うようにする (#13659) * moveto scripts * add scripts/dev.mjs
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
|
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(backend): ↵tamaina2023-07-201-8/+1
| | | | | | | | | | | | | | | | | | | 設定ファイルでioredisの全てのオプションを指定可能に (#11329) * enhance(backend): 設定ファイルでioredisの全てのオプションを指定可能に * yappa kousuru * fix * fix? * fix * Revert "fix" This reverts commit 227f19ff3afcbbd560b831493975206263a1a5a3. * fix
* fix check_connect.jstamaina2023-04-141-1/+1
|
* fix typessyuilo2023-04-141-1/+1
|
* feat(backend): イベント用Redisを別サーバーに分離できるようにsyuilo2023-04-071-2/+9
|
* Update packages/backend/check_connect.jssyuilo2023-02-261-1/+1
| | | Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Update packages/backend/check_connect.jssyuilo2023-02-261-2/+2
| | | Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* 起動時にRedisの疎通確認を行う (#9832)Masaya Suzuki2023-02-241-0/+10
* 起動時にRedisの疎通確認を行う * check:connectをstart内に移動 --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>