refactor: remove unused files and update logging structure

- Deleted unused configuration and SQL files related to Drizzle.
- Removed deprecated logging methods and updated logging to use a unified structure.
- Cleaned up package dependencies by removing unused packages from package.json and package-lock.json.
- Updated various import paths for consistency and clarity.
- Introduced new action and event models to enhance analytics capabilities.
This commit is contained in:
John Yeo
2025-05-29 14:10:04 +01:00
parent 087c630f55
commit af70142708
67 changed files with 2522 additions and 10649 deletions

View File

@@ -6,6 +6,6 @@ export default defineConfig({
out: "./drizzle",
schema: "./db/schema.ts",
dbCredentials: {
url: process.env.DATABASE_URL!,
url: process.env.DEV_DATABASE_URL!,
},
});