If I do that I can t run wrangler it s
If I do that, I can't run wrangler (it's not actually installed anywhere when zero-install is used, so I have to use
yarn wrangler
, which I can't do from outside the project)4 Replies
Maybe it's just unsupported? Using yarn pnp and uploading functions from a location that is not inside the project.
Couldn’t you just call the API manually?
Can I? I didn't know that's possible. Will it upload pages functions as well?
I mean, you can look at what wrangler uses to upload stuff to Pages. It definitely won’t be as clean, but if it works, it works