File tree Expand file tree Collapse file tree 3 files changed +80
-68
lines changed Expand file tree Collapse file tree 3 files changed +80
-68
lines changed Original file line number Diff line number Diff line change 6767 },
6868 "dependencies" : {
6969 "@biomejs/js-api" : " ^3.0.0" ,
70- "@biomejs/wasm-nodejs" : " ^2.2.4 " ,
71- "@clack/prompts" : " ^1.0.0-alpha.5 " ,
72- "@orpc/server" : " ^1.9 .0" ,
70+ "@biomejs/wasm-nodejs" : " ^2.2.6 " ,
71+ "@clack/prompts" : " ^1.0.0-alpha.6 " ,
72+ "@orpc/server" : " ^1.10 .0" ,
7373 "consola" : " ^3.4.2" ,
7474 "execa" : " ^9.6.0" ,
7575 "fs-extra" : " ^11.3.2" ,
7878 "jsonc-parser" : " ^3.3.1" ,
7979 "picocolors" : " ^1.1.1" ,
8080 "tinyglobby" : " ^0.2.15" ,
81- "trpc-cli" : " ^0.11 .0" ,
82- "ts-morph" : " ^27.0.0 " ,
83- "yaml" : " ^2.7.0 " ,
84- "zod" : " ^4.1.11 "
81+ "trpc-cli" : " ^0.12 .0" ,
82+ "ts-morph" : " ^27.0.2 " ,
83+ "yaml" : " ^2.8.1 " ,
84+ "zod" : " ^4.1.12 "
8585 },
8686 "devDependencies" : {
8787 "@types/fs-extra" : " ^11.0.4" ,
88- "@types/node" : " ^24.5.2 " ,
88+ "@types/node" : " ^24.9.1 " ,
8989 "@vitest/ui" : " ^3.2.4" ,
90- "publint" : " ^0.3.13 " ,
91- "tsdown" : " ^0.15.4 " ,
92- "typescript" : " ^5.9.2 " ,
90+ "publint" : " ^0.3.15 " ,
91+ "tsdown" : " ^0.15.9 " ,
92+ "typescript" : " ^5.9.3 " ,
9393 "vitest" : " ^3.2.4"
9494 }
9595}
Original file line number Diff line number Diff line change @@ -355,8 +355,8 @@ ${hasWeb ? "# npx convex env set SITE_URL http://localhost:3001\n" : ""}
355355 if (
356356 config . runtime === "workers" ||
357357 webDeploy === "wrangler" ||
358- serverDeploy === "wrangler" ||
359- webDeploy === "alchemy" ||
358+ serverDeploy === "wrangler" ||
359+ webDeploy === "alchemy" ||
360360 serverDeploy === "alchemy"
361361 ) {
362362 databaseUrl = "http://127.0.0.1:8080" ;
You can’t perform that action at this time.
0 commit comments