We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25bc9b3 commit fab59adCopy full SHA for fab59ad
frameworks/elysia/framework.json
@@ -3,6 +3,6 @@
3
"description": "Ergonomic Framework for Humans",
4
"website": "https://elysiajs.com/",
5
"benchmarks": {
6
- "hello_bench": "bun run hello_bench.ts"
+ "hello_bench": ["bun install", "bun run hello_bench.ts"]
7
}
8
frameworks/elysia/package.json
@@ -1 +1,5 @@
1
-{ "dependencies": { "elysia": "^0.8.3" } }
+{
2
+ "dependencies": {
+ "elysia": "^0.8.3"
+ }
+}
0 commit comments