feat: add development script to package.json and create bun.lock file
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user