mirror of
https://github.com/vee1e/krply.git
synced 2026-09-01 17:57:03 +00:00
- grpc query server for events, snapshots, diffs, and replay plans - server metrics, request audit logging, and identity endpoint - krply-server and krply cli entrypoints - dependency-light dark web ui backed by the query api
7 lines
163 B
JSON
7 lines
163 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"buildCommand": "npm run build",
|
|
"outputDirectory": "dist",
|
|
"framework": null,
|
|
"cleanUrls": true
|
|
}
|