mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-20 18:49:33 -06:00
12 lines
284 B
JSON
12 lines
284 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"framework": null,
|
|
"buildCommand": "zig build -Dtarget=wasm32-wasi -Doptimize=ReleaseSmall",
|
|
"outputDirectory": "zig-out/static",
|
|
"rewrites": [
|
|
{
|
|
"source": "/(.*)",
|
|
"destination": "/api/index"
|
|
}
|
|
]
|
|
} |