From c3633f083a83d391e60d82ba202688f5a31069aa Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Wed, 24 Jan 2024 05:36:53 +0000 Subject: [PATCH] Add deps.ts --- deps.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 deps.ts 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