Fixes #90: Re-enables full text search
This commit is contained in:
+2
-1
@@ -1,3 +1,4 @@
|
||||
export * from "../common/deps.ts";
|
||||
export { DB as SQLite } from "https://deno.land/x/sqlite@v3.5.0/mod.ts";
|
||||
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";
|
||||
export * as etag from "https://deno.land/x/oak@v11.1.0/etag.ts";
|
||||
|
||||
Reference in New Issue
Block a user