mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
feat: persist draft messages and UI refinements
- Add dedicated draft-store with AsyncStorage persistence for drafts that survive app refresh/crash - Reduce markdown bold weight from bold to medium (500) - Various theme and component style updates - Server bootstrap and config improvements 🤖 Generated with [Claude Code](https://claude.com/claude-code)
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"packages/server",
|
||||
"packages/app"
|
||||
"packages/app",
|
||||
"packages/relay"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "npm run dev --workspace=@paseo/server",
|
||||
|
||||
Reference in New Issue
Block a user