Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove other workspaces
  • Loading branch information
pomber committed Jun 20, 2023
commit 59e0486124ee55e00d15c69461d8a1be9c539448
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"private": true,
"workspaces": {
"packages": [
"packages/mdx",
"examples/*",
"playground",
"site"
"packages/mdx"
]
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/pages/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Page() {
}}
height="80vh"
onReply={sendQuestion}
theme="dracula"
theme="github-dark"
/>
<div
style={{
Expand Down