fix: channels not mapped properly, new dev:web and dev:electron scripts

This commit is contained in:
2025-10-01 16:30:44 -04:00
parent 8bb12f94e3
commit 8ca50b327a
5 changed files with 65 additions and 58 deletions

View File

@@ -65,7 +65,7 @@ function App(props: { socket: Socket }) {
return (
<ErrorBoundary>
<QueryClientProvider client={queryClient}>
<ThemeProvider defaultTheme="system" storageKey="discord-theme">
<ThemeProvider defaultTheme="system" storageKey="concord-theme">
<Router>
<div className="h-screen w-screen overflow-hidden bg-background text-foreground">
<Routes>