File size: 178 Bytes
4d70170
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import { defineBackend } from '@vue-devtools/app-backend-api'

export const backend = defineBackend({
  frameworkVersion: 1,
  features: [],
  setup(_api) {
    // @TODO
  },
})