start ws server file fetching logic

This commit is contained in:
Ishaan Dey
2024-04-26 02:10:37 -04:00
parent a49de2294d
commit 4e7d6d1a97
6 changed files with 164 additions and 39 deletions

View File

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