feat: add development script to package.json and create bun.lock file

This commit is contained in:
xiongxiao
2026-03-13 18:16:52 +08:00
committed by cnb
parent 24c8b5f923
commit 6668ef299d
2 changed files with 112 additions and 1 deletions

View File

@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "bun run bun.config.ts"
"build": "bun run bun.config.ts",
"dev": "bun run --watch src/remote.ts"
},
"keywords": [],
"files": [