This commit is contained in:
2026-02-22 12:36:16 +02:00
parent 81065df132
commit 79ad7a1b0f

View File

@@ -9,7 +9,8 @@
}, },
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "bun run --watch src/index.ts" "dev": "bun run --watch src/index.ts",
"start": "bun run src/index.ts"
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {