add initial complete webui, more ai commands for moderation, add api

This commit is contained in:
Aidan 2025-07-05 14:36:17 -04:00
parent 19e794e34c
commit 173d4e7a52
112 changed files with 8176 additions and 780 deletions

2
drizzle.config.ts Normal file → Executable file
View file

@ -3,7 +3,7 @@ import { defineConfig } from 'drizzle-kit';
export default defineConfig({
out: './drizzle',
schema: './src/db/schema.ts',
schema: './database/schema.ts',
dialect: 'postgresql',
dbCredentials: {
url: process.env.databaseUrl!,