This commit is contained in:
discountry
2025-09-23 02:10:27 +08:00
parent 1386455870
commit c93d731382
3 changed files with 252 additions and 0 deletions
+6
View File
@@ -3,6 +3,12 @@
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"dev": "bun run index.ts",
"start": "bun run index.ts",
"test": "bun x vitest run",
"test:watch": "bun x vitest"
},
"devDependencies": {
"@types/bun": "latest",
"vitest": "^3.2.4"