Update paths in sync.sh, master/main.go, and CLAUDE.md to reflect the directory rename. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8 lines
374 B
TypeScript
8 lines
374 B
TypeScript
// 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";
|