This commit is contained in:
2026-01-23 17:38:54 +08:00
parent d23fc2b2d8
commit 51aed643a0
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
# docker compose exec backend ./generate_admin_key.sh # docker compose exec backend ./generate_admin_key.sh
CONVEX_SELF_HOSTED_ADMIN_KEY= CONVEX_SELF_HOSTED_ADMIN_KEY=
CONVEX_SELF_HOSTED_URL=http://localhost:3210 CONVEX_SELF_HOSTED_URL=http://localhost:3210
# CONVEX_SELF_HOSTED_URL=https://convex.kevisual.cn

10
pnpm-lock.yaml generated
View File

@@ -11,6 +11,9 @@ importers:
convex: convex:
specifier: ^1.31.6 specifier: ^1.31.6
version: 1.31.6 version: 1.31.6
typescript:
specifier: ^5
version: 5.9.3
devDependencies: devDependencies:
'@kevisual/ai': '@kevisual/ai':
specifier: ^0.0.21 specifier: ^0.0.21
@@ -227,6 +230,11 @@ packages:
tslib@2.8.1: tslib@2.8.1:
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
typescript@5.9.3:
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
engines: {node: '>=14.17'}
hasBin: true
undici-types@7.16.0: undici-types@7.16.0:
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
@@ -374,4 +382,6 @@ snapshots:
tslib@2.8.1: {} tslib@2.8.1: {}
typescript@5.9.3: {}
undici-types@7.16.0: {} undici-types@7.16.0: {}