1
0
silverbullet/server/deps.ts

4 lines
186 B
TypeScript
Raw Normal View History

export * from "../common/deps.ts";
2022-10-17 14:28:58 +00:00
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";