Add deps.ts

This commit is contained in:
LEGALISE_PIRACY 2024-01-24 05:36:53 +00:00
parent 7318165556
commit c3633f083a

2
deps.ts Normal file
View File

@ -0,0 +1,2 @@
export { serve } from 'https://deno.land/std/http/server.ts';
export { join } from 'https://deno.land/std/path/mod.ts';