soiz1's picture
Upload folder using huggingface_hub
4d70170 verified
raw
history blame contribute delete
178 Bytes
import { defineBackend } from '@vue-devtools/app-backend-api'
export const backend = defineBackend({
frameworkVersion: 1,
features: [],
setup(_api) {
// @TODO
},
})