refactor: use bun for runtime and packaging (#1063)

This commit is contained in:
Christian Benincasa
2025-01-29 13:42:34 -05:00
committed by GitHub
parent 58c4ce139c
commit c9c3130d70
373 changed files with 1745 additions and 2145 deletions

View File

@@ -4,7 +4,9 @@
"topo": {
"dependsOn": ["^topo"]
},
"clean": {},
"clean": {
"cache": false
},
"build": {
"dependsOn": ["^build"],
"outputs": ["build/**", "dist/**"]