Leon4gr45's picture
Upload folder using huggingface_hub (part 4)
08b4888 verified
Raw
History Blame Contribute Delete
159 Bytes
import { setupServer } from "msw/node";
import { handlers } from "./handlers";
export function initialise_server(): any {
return setupServer(...handlers);
}