build: 前端应用部署。

This commit is contained in:
jiangdingxuan
2025-08-21 10:12:47 +08:00
parent c447145d62
commit ae70d34cd0
6 changed files with 69 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
export { default as Tinyflow } from './tinyflow.vue';
export { default as Tinyflow } from './Tinyflow.vue';
export * from './ui/typing';

View File

@@ -10,7 +10,7 @@ import { isNumber } from '@vben/utils';
import { Button, Input, Select } from 'ant-design-vue';
import { testWorkflow } from '#/api/ai/workflow';
import { Tinyflow } from '#/components/tinyflow';
import { Tinyflow } from '#/components/Tinyflow';
defineProps<{
provider: any;