We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53dd2f7 commit 800c3d2Copy full SHA for 800c3d2
2 files changed
demo/dev-server/server/index.tsx
@@ -1,6 +1,8 @@
1
import { wmux } from "@playfast/wmux";
2
3
await wmux({
4
+ title: "react-fullstack",
5
+ description: "local",
6
sidebarItems: [
7
{
8
category: "background",
packages/wmux-client/src/components/WmuxApp.tsx
@@ -246,6 +246,7 @@ export function WmuxApp(props: {
246
)}
247
</div>
248
249
+ </div>
250
251
<CommandPalette
252
open={cmdkOpen}
0 commit comments