fix: handle file upload status correctly, add serverless machine type
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { insertMachineSchema } from "@/db/schema";
|
||||
|
||||
export const addMachineSchema = insertMachineSchema.pick({
|
||||
name: true,
|
||||
endpoint: true,
|
||||
type: true,
|
||||
auth_token: true,
|
||||
});
|
||||
Reference in New Issue
Block a user