This commit is contained in:
Nikita
2024-09-22 14:45:11 +03:00
parent dd04264bae
commit 0373cfc9c3
3 changed files with 9 additions and 8 deletions

View File

@@ -1,7 +1,11 @@
{
"name": "cli",
"scripts": {
"dev": "bun --watch main.ts"
},
"dependencies": {
"@effect/cli": "^0.44.5",
"@effect/platform-bun": "^0.45.5",
"@effect/platform-node": "^0.60.5"
}
}