improve backend logic

This commit is contained in:
Ishaan Dey
2024-04-21 22:55:49 -04:00
parent e7ca2d0124
commit 14d95eb8fe
12 changed files with 296 additions and 31 deletions

View File

@ -11,6 +11,7 @@ export type Sandbox = {
id: string
name: string
type: "react" | "node"
init: boolean
bucket: string | null
userId: string
}