Replace Payload with Elysia admin

Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
dexx
2026-06-05 21:12:48 +03:00
parent 92cf1eaa63
commit 8e2f75aa77
27 changed files with 2066 additions and 989 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "@pozor/api",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "bun --env-file=../../.env --watch src/index.ts",
"build": "bun build src/index.ts --target=bun --outdir=dist",
"start": "bun --env-file=../../.env src/index.ts"
},
"dependencies": {
"@elysiajs/swagger": "1.3.0",
"@vercel/blob": "^2.4.0",
"elysia": "^1.4.17"
},
"devDependencies": {
"@types/bun": "^1.3.5",
"typescript": "5.8.3"
}
}