feat: different run commands based on file types
This commit is contained in:
committed by
James Murdza
parent
5726cecb22
commit
f1a65106b0
@ -12,7 +12,7 @@ export type User = {
|
||||
export type Sandbox = {
|
||||
id: string;
|
||||
name: string;
|
||||
type: "react" | "node";
|
||||
type: string;
|
||||
visibility: "public" | "private";
|
||||
createdAt: Date;
|
||||
userId: string;
|
||||
|
Reference in New Issue
Block a user