fix: tests pass

This commit is contained in:
eric
2026-03-06 20:34:11 +01:00
parent a3591b85a5
commit 3a07d02c0d
21 changed files with 313 additions and 22 deletions

View File

@@ -5,5 +5,8 @@
"scripts": {
"hello": "bun ./hello.ts",
"print-env": "bun ./env.ts"
},
"devDependencies": {
"@types/bun": "^1.3.10"
}
}