chore: 删除一段导致代码无法运行的文本

This commit is contained in:
SaberAlter 2022-07-23 18:52:54 +08:00
parent 7e1fd6e1d7
commit 4d70a51267

View File

@ -1,4 +1,4 @@
feat(🌱): support Debug in VSCodeimport { existsSync, rmSync } from 'fs'
import { existsSync, rmSync } from 'fs'
import { join } from 'path'
import { defineConfig, Plugin, UserConfig } from 'vite'
import vue from '@vitejs/plugin-vue'