feat: vue3渲染适配器
This commit is contained in:
27
apps/platform/turbo.json
Normal file
27
apps/platform/turbo.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"ui": "tui",
|
||||
"globalDependencies": ["pnpm-lock.yaml"],
|
||||
"globalEnv": ["NODE_ENV"],
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": ["@sy/vue3-renderer-adapter#build", "^build"],
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"preview": {
|
||||
"dependsOn": ["@sy/vue3-renderer-adapter#build", "^build"],
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"build:analyze": {
|
||||
"dependsOn": ["@sy/vue3-renderer-adapter#build", "^build"],
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"dev": {
|
||||
"dependsOn": ["@sy/vue3-renderer-adapter#build"],
|
||||
"outputs": [],
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
}
|
||||
},
|
||||
"extends": ["//"]
|
||||
}
|
||||
Reference in New Issue
Block a user