feat(web): add modal serverless type (preview)

This commit is contained in:
BennyKok
2024-01-02 13:55:49 +08:00
parent 61498dd3f5
commit 46869e78b1
5 changed files with 706 additions and 0 deletions
+1
View File
@@ -105,6 +105,7 @@ export const workflowRunOrigin = pgEnum("workflow_run_origin", [
export const machinesType = pgEnum("machine_type", [
"classic",
"runpod-serverless",
"modal-serverless",
]);
// We still want to keep the workflow run record.