add submodule adn remote redirecto to login

This commit is contained in:
2025-03-22 13:33:32 +08:00
parent cf543c7f1d
commit 2ee8ec7a29
15 changed files with 217 additions and 813 deletions

17
turbo.json Normal file
View File

@@ -0,0 +1,17 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": [
"^build"
],
"outputs": [
"dist/**"
]
},
"dev:lib": {
"persistent": true,
"cache": false
}
}
}