mirror of
https://github.com/thedotmack/claude-mem
synced 2026-04-25 17:15:04 +02:00
Serves openclaw/install.sh at install.cmem.ai/openclaw.sh via Vercel. Auto-deploys on changes to openclaw/install.sh on main. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
299 B
JSON
13 lines
299 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"headers": [
|
|
{
|
|
"source": "/(.*)\\.sh",
|
|
"headers": [
|
|
{ "key": "Content-Type", "value": "text/plain; charset=utf-8" },
|
|
{ "key": "Cache-Control", "value": "public, max-age=300, s-maxage=60" }
|
|
]
|
|
}
|
|
]
|
|
}
|