acrefoot
CCConvex Community
•Created by m on 11/8/2024 in #general
deno2 CLI support
^ I can run
deno task convex:dev
, if the package.json is setup, though I haven't checked if the dependency list of package.json is actually used over the imports list in deno.json.6 replies
CCConvex Community
•Created by m on 11/8/2024 in #general
deno2 CLI support
@ballingt maybe you can shed some light.
I tried setting up a new project from scratch using deno (and tanstack start, clerk, but those aren't super-relevant).
You can get pretty far, but
convex dev
wants to see convex
in the dependencies list of a package.json. So if I understand, I have to keep a package.json just for building the convex functions. Any way to do the function builds more directly with deno tasks?6 replies