Skip to content

Commit 457f933

Browse files
zhigang1992claude
andcommitted
refactor: reorganize into monorepo with Bun workspaces
- Split project into three packages: - @react-telegram/core: Core React reconciler - @react-telegram/mtcute-adapter: MTCute Telegram adapter - @react-telegram/examples: Example bots (private) - Add <br /> tag support for line breaks - Update all examples to use <br /> instead of {'\n'} - Configure Bun workspaces for better package management - Update imports to use package names instead of relative paths - Update README with new installation instructions - Remove test files (moved to separate testing setup) BREAKING CHANGE: Package names changed from react-telegram to @react-telegram/* 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 19ebc99 commit 457f933

29 files changed

Lines changed: 612 additions & 1066 deletions

.claude/settings.local.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
"Bash(bun tsc:*)",
1717
"Bash(ls:*)",
1818
"Bash(bun x tsc:*)",
19-
"Bash(bun:*)"
19+
"Bash(bun:*)",
20+
"Bash(mkdir:*)",
21+
"Bash(cp:*)",
22+
"Bash(rg:*)"
2023
],
2124
"deny": []
2225
}

0 commit comments

Comments
 (0)