Skip to content

Commit

Permalink
update nitro-test
Browse files Browse the repository at this point in the history
  • Loading branch information
akira-cn committed Aug 11, 2023
1 parent c1915ea commit f095775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/nitro-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "node .output/server/index.mjs"
},
"dependencies": {
"es-modular": "^0.2.2",
"http-modular": "^0.2.0",
"nitropack": "latest"
}
}
2 changes: 1 addition & 1 deletion test/nitro-test/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// console.log(await readBody(event));
// return { nitro: 'Is Awesome!' }
// })
import { modular, context, config } from "es-modular";
import { modular, context, config } from "http-modular";

function add(x, y) {
return x + y;
Expand Down

0 comments on commit f095775

Please sign in to comment.