I'm looking for an example of a
I'm looking for an example of a successfully built workers-sdk / workerd stack --- I'm fixing a bug in workerd myself and would like to compile it end-to-end. Anybody have any examples / resources?
1 Reply
Specifically I'm looking at the package.json of the wrangler package in workers-sdk, and I am pointing it to my local repo for workerd:
"workerd": "file:~/Documents/git/workerd",
That's doesn't seem to be doing the trick