I am a little confused about pages function, is it just like clouldflare workers and can be fetched?
I am a little confused about pages function, is it just like clouldflare workers and can be fetched?
so
Because when I do that in my remix app and try running it locally using wrangler, I can access directly via
so
functions/hello.ts can be fetched like fetch('/hello') in my fullstack app? Because when I do that in my remix app and try running it locally using wrangler, I can access directly via
http://127.0.0.1:8787/hello but fetching it gives an error Invalid URL string. checkURL