/*
 * @Author: wfl
 * @LastEditors: wfl
 * @description:
 * @updateInfo:
 * @Date: 2022-08-24 18:10:59
 * @LastEditTime: 2022-08-24 19:07:00
 */
import copydir from 'copy-dir';
export default function ikingFormStatic() {
  return {
    name: 'vite-iking-form',
    buildStart: () => {
      copydir.sync('node_modules/iking-form/dist/template', 'public/template', {
        cover: true,
      });
    },
  };
}
