We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11fab54 commit 83f2831Copy full SHA for 83f2831
package.json
@@ -3,7 +3,8 @@
3
"version": "1.0.50",
4
"scripts": {
5
"test": "echo \"Error: no test specified\" && exit 1",
6
- "dev": "bun run --watch src/index.ts"
+ "dev": "bun run --watch src/index.ts",
7
+ "start": "bun run src/index.ts"
8
},
9
"dependencies": {
10
"@elysiajs/cors": "^1.1.1",
@@ -17,4 +18,4 @@
17
18
"bun-types": "latest"
19
20
"module": "src/index.js"
-}
21
+}
0 commit comments