forked from xanaawakens/bundle-size-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: replace React with Preact and update dependencies
- Replace React with Preact for smaller bundle size - Update MUI to v5 - Replace lodash with lodash-es for better tree shaking - Add alias configuration for Preact compatibility
- Loading branch information
Pham Anh Tuan
authored and
Pham Anh Tuan
committed
Jan 2, 2025
1 parent
1b21ab2
commit d4b9891
Showing
8 changed files
with
742 additions
and
46 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# OpenAI API Key for AI-powered bundle analysis | ||
OPENAI_API_KEY=your_api_key_here | ||
|
||
# OpenAI Model to use (default: gpt-4) | ||
OPENAI_MODEL=gpt-4 | ||
|
||
# Temperature for AI responses (0-1, default: 0.7) | ||
AI_TEMPERATURE=0.7 |
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
Oops, something went wrong.