diff --git a/deps.ts b/deps.ts new file mode 100644 index 00000000..e191aad3 --- /dev/null +++ b/deps.ts @@ -0,0 +1,2 @@ +export { serve } from 'https://deno.land/std/http/server.ts'; +export { join } from 'https://deno.land/std/path/mod.ts'; \ No newline at end of file