6 Replies
hmmm it should? is
convex_server
the correct thing here, the import should look like import { getFunctionName } from "convex/server";
, maybe convex_server
just how Vite transforms thatI copied the definitions over, and then got this function missing
anyApi
anyApi comes from
convex/_generated/api
somehow it seems like vite isn't including everything?
There should be an export line there too
yes
there is on the next line
but I'm not using anyApi anywhere
This was fixed by upgrading vite