Fix callbacks (#107)

* Fix callbacks

* fix layout

* Remove callbacks

* Disable redirects

* fix caddy

* test disable basepath

* wip

* test caddy fix

* remove basepath

* fml

* pray

* kms

* pray

* wip

* Test
This commit is contained in:
Bill Yang 2025-05-03 16:27:46 -07:00 committed by GitHub
parent dd3739a716
commit 97c29dafac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 16 additions and 14 deletions

View file

@ -6,7 +6,7 @@ import { eq } from "drizzle-orm";
import pg from "pg";
import { db } from "../db/postgres/postgres.js";
import * as schema from "../db/postgres/schema.js";
import { DISABLE_SIGNUP } from "./const.js";
import { DISABLE_SIGNUP, IS_CLOUD } from "./const.js";
dotenv.config();