1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/tests/specs/publish/dry_run/std_http.ts

6 lines
119 B
TypeScript

// temp until we get jsr:@std/http in the test server
export default {
fileServer() {
console.log("Hi");
},
};