1
0
silverbullet/server/deps.ts
2022-10-17 16:28:58 +02:00

4 lines
186 B
TypeScript

export * from "../common/deps.ts";
export { DB as SQLite } from "https://deno.land/x/sqlite@v3.5.0/mod.ts";
export { Application, Router } from "https://deno.land/x/oak@v11.1.0/mod.ts";