rev:流程引擎

This commit is contained in:
2024-05-10 13:49:02 +08:00
parent 403065e55e
commit c4b129e2f2
58 changed files with 2411 additions and 1418 deletions

View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
})