abearxiong d62a75842f Refactor: Remove unused Convex HTTP routes and schema definitions
- Deleted `http.ts` which contained custom HTTP routes for authentication and JWKS.
- Removed `schema.ts` that defined database schemas for `github_starred`, `users`, and `sessions`.
- Updated `package.json` to remove the Convex dependency and updated other dependencies.
- Deleted SQL script `clear.sql` for removing constraints from tables.
- Removed `update.sh` script for updating dependencies.
- Deleted demo application routes and models in `app-demo` directory.
- Cleaned up unused modules and imports across various files.
- Removed Redis and common utility scripts that were not in use.
- Deleted test scripts related to user and bucket management.
2026-02-07 00:16:00 +08:00
2026-01-25 03:23:42 +08:00
2025-10-13 17:49:01 +08:00
2025-11-27 19:20:46 +08:00
2025-12-28 10:52:04 +08:00
2025-11-27 17:38:42 +08:00

code center

unzip -x app.config.json5
"@kevisual/oss": "file:/home/ubuntu/kevisual/dev3/kevisual-oss",
TODO: /home/ubuntu/kevisual/code-center/src/routes/file/module/get-minio-list.ts
Description
轻部署网站的,核心代码部分。使用minio,redis,postgress,node构建一个用户可以随意搭建页面的核心代码
https://kevisual.xiongxiao.me/root/code-center/
Readme 7.4 MiB
Languages
TypeScript 99.6%
JavaScript 0.4%