mirror of
https://github.com/rybbit-io/rybbit.git
synced 2025-05-10 20:05:38 +02:00
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:
parent
dd3739a716
commit
97c29dafac
7 changed files with 16 additions and 14 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue