add more deps
This commit is contained in:
parent
871ff9e3df
commit
72bff940ae
1 changed files with 4 additions and 1 deletions
5
deps.ts
5
deps.ts
|
@ -3,6 +3,7 @@ import "https://deno.land/std@0.155.0/dotenv/load.ts"
|
|||
export * as pogo from "https://deno.land/x/pogo@v0.5.2/main.ts"
|
||||
export * as validatte from "https://deno.land/x/validatte@v0.1.1/mod.ts"
|
||||
export * as supabase from "npm:@supabase/supabase-js"
|
||||
export { default as pika } from "npm:pika-id"
|
||||
export {
|
||||
join,
|
||||
normalize,
|
||||
|
@ -12,4 +13,6 @@ export {
|
|||
export {
|
||||
ensureFile,
|
||||
ensureFileSync,
|
||||
} from "https://deno.land/std@0.135.0/fs/mod.ts";
|
||||
} from "https://deno.land/std@0.135.0/fs/mod.ts";
|
||||
|
||||
export { default as serve } from "https://deno.land/x/static_files@1.1.6/mod.ts";
|
Loading…
Add table
Reference in a new issue