fix: frontend monaco theme

fix: drizzle migrations folder
This commit is contained in:
Anirudh
2025-01-07 04:01:45 +00:00
parent 996eb4339e
commit 1eb17a0ac5
9 changed files with 494 additions and 12 deletions

View File

@ -62,7 +62,7 @@ export default function CodeEditor({
//SocketContext functions and effects
const { socket, setUserAndSandboxId } = useSocket()
// theme
const { theme } = useTheme()
const { resolvedTheme: theme } = useTheme()
useEffect(() => {
// Ensure userData.id and sandboxData.id are available before attempting to connect
if (userData.id && sandboxData.id) {