1
0
silverbullet/server/deps.ts

4 lines
192 B
TypeScript
Raw Normal View History

export * from "../common/deps.ts";
export { Database as SQLite } from "https://deno.land/x/sqlite3@0.6.1/mod.ts";
export { Application, Router } from "https://deno.land/x/oak@v11.1.0/mod.ts";