build: generate desktop application release artifacts and update project configuration

This commit is contained in:
Firman Ramdhani
2026-04-05 22:33:08 +07:00
parent 9b7e027024
commit a13feb1c51
20 changed files with 3183 additions and 31 deletions
+8 -1
View File
@@ -13,7 +13,10 @@
"outputs": [
"dist/**",
".next/**",
"!.next/cache/**"
"!.next/cache/**",
"out/**",
"release/**",
"web-dist/**"
]
},
"lint": {
@@ -30,6 +33,10 @@
"cache": false,
"persistent": true
},
"dev:desktop": {
"cache": false,
"persistent": true
},
"test": {
"dependsOn": [
"^test"