Merge pull request #201 from SaberA1ter/main

chore: 删除一段导致代码无法运行的文本
This commit is contained in:
younglei 2022-07-23 19:04:24 +08:00 committed by GitHub
commit a2d023acf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'