Edge Functions not detected during deploys

I read that page about 20 times and somehow missed this part. Thanks!

I’m guessing this restriction is because TypeScript edge functions require building? I wrote mine directly in JavaScript through so this restriction doesn’t seem to make much sense in that case.

Unfortunately my repo and builds have to be local, and Netlify CLI doesn’t work on my machine, so I’m kinda screwed right now.

If I knew what the Netlify CLI is supposed to do, I could potentially reproduce it locally manually as a workaround…