silverbullet/server/deps.ts

6 lines
261 B
TypeScript
Raw Normal View History

2022-10-08 22:36:06 +08:00
export * from "../common/deps.ts";
2022-10-06 17:31:49 +08:00
export { Database as SQLite } from "https://deno.land/x/sqlite3@0.6.1/mod.ts";
2022-10-06 21:14:21 +08:00
export { Application, Router } from "https://deno.land/x/oak@v11.1.0/mod.ts";
2022-10-07 22:27:47 +08:00
export { mime } from "https://deno.land/x/mimetypes@v1.0.0/mod.ts";