returning `Response` in `createServerFn`, is it supported?
Should the following code work?
Option 1:
or
Option 2:
Option 2 seems to work(i.e. sending the right response code) but the server crashes after that.
Option 1 flat out doesn't work. It still responds with
Option 1:
or
Option 2:
Option 2 seems to work(i.e. sending the right response code) but the server crashes after that.
Option 1 flat out doesn't work. It still responds with
200.