fix: 添加rewriteCookieDomain

This commit is contained in:
2025-03-17 02:23:29 +08:00
parent 01503954ad
commit 313f9eb93c
12 changed files with 94 additions and 91 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "assistant-center",
"version": "0.0.1",
"version": "0.0.4",
"description": "",
"main": "index.js",
"app": {
@@ -74,5 +74,6 @@
"tsx": "^4.19.3",
"typescript": "^5.8.2"
},
"pnpm": {}
}
"pnpm": {},
"packageManager": "pnpm@9.14.4"
}