feat: add desktop2

This commit is contained in:
2024-02-05 14:18:27 +07:00
parent 08fa7de01d
commit a21da11a91
16 changed files with 3107 additions and 230 deletions

View File

@@ -1,12 +1,15 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"outputs": ["dist/**"]
},
"dev": {
"cache": true
},
"type-check": {}
}
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"outputs": [
"dist/**"
]
},
"dev": {
"cache": false,
"persistent": true
},
"type-check": {}
}
}