UNPKG

@combeenation/vite-plugin-custom-code-sync

Version:

Vite plugin to sync between a Combeenation configurator and the local IDE running a custom code project

4 lines (3 loc) 116 B
import type { Plugin } from 'vite'; declare function CbnCustomCodeSync(): Plugin; export default CbnCustomCodeSync;