Skip to content

Commit 83f2831

Browse files
committed
add start script
1 parent 11fab54 commit 83f2831

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "1.0.50",
44
"scripts": {
55
"test": "echo \"Error: no test specified\" && exit 1",
6-
"dev": "bun run --watch src/index.ts"
6+
"dev": "bun run --watch src/index.ts",
7+
"start": "bun run src/index.ts"
78
},
89
"dependencies": {
910
"@elysiajs/cors": "^1.1.1",
@@ -17,4 +18,4 @@
1718
"bun-types": "latest"
1819
},
1920
"module": "src/index.js"
20-
}
21+
}

0 commit comments

Comments
 (0)