1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 19:04:46 +00:00
* chore(repo): update deps in cli

* refactor(packages/tsconfig): change target to ESNext

* chore(deps): update all deps

* feat(apps/vhs): add vhs app

* chore(deps): sync with master
This commit is contained in:
2024-09-28 02:09:29 +07:00
committed by GitHub
parent 65312d007e
commit 9805b30c75
9 changed files with 78 additions and 5 deletions

5
apps/vhs/jsr.json Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "@robonen/vhs",
"version": "0.0.0",
"exports": "./src/index.ts"
}