Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

起動の最適化 #72

Merged
merged 6 commits into from
Mar 17, 2024

Conversation

takejohn
Copy link
Member

内容

起動をスピーディーにします。
TypeScript の処理系を ts-node から tsx に変更しました。
起動コマンドは npm start のままです。
tsx は型チェックを行わない分、起動が高速です。
型チェックを行うには VSCode のインテリセンスを用いるか、npm run check を実行してください。
また、ログファイルの書き込みおよび Feature のロードを非同期にしました。

変更点

  • ts-node を削除
  • tsx をインストール
  • discordbot.js の名前を discordbot.ts に変更
  • ログファイル discordbot.log への書き込みを非同期化
  • Feature のロードを非同期化
  • web-api のエクスポート文を変更
  • start スクリプトを更新
  • check スクリプトを作成

チェックリスト:

  • このリポジトリのコードスタイルに沿っているか
  • 自分自身で動作確認を行ったか、また、それは正常に動作したか

@takejohn takejohn marked this pull request as draft March 17, 2024 10:24
@takejohn
Copy link
Member Author

コマンド登録も何かできそうだからドラフトにする

@takejohn takejohn marked this pull request as ready for review March 17, 2024 10:41
@takejohn
Copy link
Member Author

コマンド関連何もできなかったわ
完了

Copy link
Member

@ringo360 ringo360 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay!

@ringo360 ringo360 merged commit 9c5461c into TeamSekai:v14-dev Mar 17, 2024
@takejohn takejohn deleted the feature/start-up-optimization branch March 17, 2024 14:44
ringo360 added a commit that referenced this pull request Jun 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants