removed ui, docs package

This commit is contained in:
PxlLoewe
2025-05-24 13:07:55 -07:00
parent cbeae274a4
commit 5187ed194c
44 changed files with 214 additions and 933 deletions

View File

@@ -6,11 +6,11 @@
"tasks": {
"generate": {
"cache": false,
"persistent": true
"persistent": false
},
"migrate": {
"cache": false,
"persistent": true
"persistent": false
},
"build": {
"dependsOn": ["^build", "generate", "migrate"],