1
0
silverbullet/server/deps.ts

5 lines
246 B
TypeScript
Raw Normal View History

export * from "../common/deps.ts";
2022-10-19 07:52:29 +00:00
export { DB as SQLite } from "../plugos/forked/deno-sqlite/mod.ts";
export { Application, Router } from "https://deno.land/x/oak@v11.1.0/mod.ts";
2022-10-19 07:52:29 +00:00
export * as etag from "https://deno.land/x/oak@v11.1.0/etag.ts";