containerize
This commit is contained in:
2025-01-12 20:33:10 +01:00
parent 6707a95648
commit f928b75678
5 changed files with 102 additions and 1 deletions

View File

@@ -3,7 +3,8 @@
"module": "src/index.ts",
"type": "module",
"scripts": {
"dev": "bun --watch src/index.ts"
"dev": "bun --watch src/index.ts",
"test": "bun test"
},
"devDependencies": {
"@types/bun": "^1.1.14",