diff --git a/.env.example b/.env.example index 1de69cf..0ca72de 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,4 @@ # docker compose exec backend ./generate_admin_key.sh CONVEX_SELF_HOSTED_ADMIN_KEY= -CONVEX_SELF_HOSTED_URL=http://localhost:3210 \ No newline at end of file +CONVEX_SELF_HOSTED_URL=http://localhost:3210 +# CONVEX_SELF_HOSTED_URL=https://convex.kevisual.cn \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4f0d2c8..1ad8863 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,6 +11,9 @@ importers: convex: specifier: ^1.31.6 version: 1.31.6 + typescript: + specifier: ^5 + version: 5.9.3 devDependencies: '@kevisual/ai': specifier: ^0.0.21 @@ -227,6 +230,11 @@ packages: tslib@2.8.1: 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: resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} @@ -374,4 +382,6 @@ snapshots: tslib@2.8.1: {} + typescript@5.9.3: {} + undici-types@7.16.0: {}