feat: 低代码文件编辑历史记录 crud 功能完成

This commit is contained in:
wangxuefeng
2025-03-01 15:38:53 +08:00
parent 5c4aa42ecf
commit e052752694
11 changed files with 161 additions and 64 deletions

View File

@@ -8,4 +8,9 @@ export default defineConfig({
port: 10010,
},
plugins: [http2Proxy(), mkcert(), VuePlugin()],
esbuild: {
supported: {
"top-level-await": true,
},
},
});