Add a first cut at an express-based backend
This commit is contained in:
7
express/deps.ts
Normal file
7
express/deps.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Database
|
||||
//export { Client as PostgresClient } from "https://deno.land/x/postgres@v0.19.3/mod.ts";
|
||||
//export type { ClientOptions as PostgresOptions } from "https://deno.land/x/postgres@v0.19.3/mod.ts";
|
||||
|
||||
// Redis
|
||||
//export { connect as redisConnect } from "https://deno.land/x/redis@v0.37.1/mod.ts";
|
||||
//export type { Redis } from "https://deno.land/x/redis@v0.37.1/mod.ts";
|
||||
Reference in New Issue
Block a user