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

@@ -18,7 +18,6 @@
"dependencies": {
"drizzle-orm": "^0.43.1",
"drizzle-zod": "^0.8.1",
"ksuid": "^3.0.0",
"zod": "^3.25.23"
},
"devDependencies": {