Skip to content

Commit

Permalink
fix: bun test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Ringrose committed Mar 2, 2024
1 parent 6f9a9ae commit a933c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ const server = Bun.serve({
});

console.log("Bun server running with Peko router <3");
console.log(await (await fetch("http://localhost:7777/")).json());
console.log(await (await fetch("http://localhost:7777/")).text());

server.stop();

1 comment on commit a933c0c

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on a933c0c Mar 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/index".

Please sign in to comment.