Administer the generation, storage, retrieval, and validation of service authentication tokens
# dev
bun install
bun run dev
# deploy
bun run deploy
For generating/synchronizing types based on your Worker configuration run:
# generate types
bun run cf-typegen
"kv_namespaces": [
{
"binding": "token",
"id": "your KV namespace ID here",
}
]