aboutsummaryrefslogtreecommitdiffstats
path: root/server/index.ts
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-08-03 12:34:55 -0700
committerPinapelz <yukais@pinapelz.com>2026-08-03 12:34:55 -0700
commit1f52e962086856ddd6981139e2d4aca20201e9cb (patch)
treead14f1d320f2fd9ebd8e46a76bf508f003003e89 /server/index.ts
parent0cf9257b388485aba8affbe35e98c588c837df97 (diff)
create group streak schema and db scaffold
Diffstat (limited to 'server/index.ts')
-rw-r--r--server/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/index.ts b/server/index.ts
index 5799881..b076de0 100644
--- a/server/index.ts
+++ b/server/index.ts
@@ -3,6 +3,7 @@ import cors from "cors";
import dotenv from "dotenv";
import { dailyRouter } from "./daily";
import { selectRouter } from "./select";
+import "./db/schema"
dotenv.config();
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage