Single DB means single chat worker — both frontends connect to chat.xtablo.com. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
409 B
JSON
20 lines
409 B
JSON
{
|
|
"name": "@xtablo/chat-worker",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "wrangler dev",
|
|
"deploy": "wrangler deploy",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.7.7",
|
|
"jose": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20250410.0",
|
|
"typescript": "^5.8.3",
|
|
"wrangler": "^4.14.0"
|
|
}
|
|
}
|