summaryrefslogtreecommitdiff
path: root/tests/testdata/publish/successful/std_http.ts
blob: 9d57b36f34eaf90588ba74566116782c0601cf80 (plain)
1
2
3
4
5
6
// temp until we get jsr:@std/http in the test server
export default {
  fileServer() {
    console.log("Hi");
  },
};