forked from tegnike/aituber-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/convert pdf #3
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 'endOfLine' オプションを 'auto' に設定 - これにより、異なるOSでの改行の一貫性を確保 - コードの可読性と保守性の向上を目指す
- セキュリティ強化のため、.envファイルをリポジトリから削除 - 機密情報の漏洩リスクを低減
- .envファイルをバージョン管理から除外 - certificatesディレクトリの末尾に改行を追加
- プロジェクトの依存関係を最新の安定版に合わせるため、Node.jsのバージョンを18に更新 - この変更により、新機能や性能向上、セキュリティパッチが適用される
- 各種APIキーと設定のプレースホルダーを含む.env.exampleファイルを作成 - Google Application Credentials、OpenAI、Anthropic、Google、Groq、Local LLM、Dify、Google TTSの設定を追加 - 開発環境のセットアップと連携サービスの構成を容易に
- Dockerビルドの効率化と軽量化のため、node_modulesディレクトリを無視リストに追加
- ベースイメージをNode.js 18に更新 - Next.jsをグローバルにインストールし、ビルド環境を改善
- アプリケーションコードのマウントパスを `/app` から `/work` に変更 - コンテナ内の作業ディレクトリとの一貫性を確保
- @types/nodeを22.3.0に更新 - undici-typesを6.18.2に更新 - その他の依存関係のバージョンを最新に同期
- @types/nodeを22.3.0に固定 - @types/reactを18.3.3に固定 - プロジェクトの安定性と再現性を向上
- Node.jsのバージョンを18から20に更新 - Next.jsのインストール方法をグローバルからプロジェクトローカルに変更
Docker環境の最適化と開発設定の改善 (tegnike#136, tegnike#134, tegnike#135, tegnike#133)
…mode 外部連携モード(WebSocket)のメンテナンス
…errors Youtubeの不具合修正とロジック改善
…arameters VoiceVoxで設定画面から一部のパラメータを更新できるようにする
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.