twitter-clone
twitter-clone copied to clipboard
`useBody()` and `useCookie()` are no longer supported in server side.
new syntax:
const body = await readBody(event);
const cookies = parseCookies(event);