feat: enable all remix future flags
This commit is contained in:
parent
1af292a5b0
commit
f623e7bc66
12 changed files with 391 additions and 419 deletions
5
app/utils/res.ts
Normal file
5
app/utils/res.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { data } from '@remix-run/node'
|
||||
|
||||
export function send<T>(payload: T, init?: number | ResponseInit) {
|
||||
return data(payload, init)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue