fix(frontend): add KV namespace to production env

This commit is contained in:
2026-03-11 21:38:32 +08:00
parent f17523fd91
commit 1d84107147

View File

@@ -21,6 +21,12 @@
"env": {
"production": {
"name": "website-enchun-mgr-production",
"kv_namespaces": [
{
"binding": "SESSION",
"id": "0de94ad20be24add94c1f8fe9c4a0440"
}
],
"vars": {
"PAYLOAD_CMS_URL": "https://enchun-admin.anlstudio.cc"
}