refactor: large refactor around monorepo

Just a commit point while I'm testing stuff. Already decided at this
point to simplify and revert away from PayloadCMS.
This commit is contained in:
2026-01-04 13:18:34 -06:00
parent 31b1804fc9
commit af81d8e048
110 changed files with 8392 additions and 12918 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "@xevion/db",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"type-check": "tsc --noEmit",
"clean": "rm -rf dist .turbo node_modules *.tsbuildinfo"
},
"dependencies": {
"drizzle-orm": "0.44.7",
"@payloadcms/db-postgres": "^3.69.0"
},
"devDependencies": {
"@xevion/typescript-config": "workspace:*"
}
}