solid-start
solid-start copied to clipboard
fix(example:with-prisma): Fixed a breaking bug in with-prisma example
The app was breaking because we needed to pass db as well as request object to the getUser function called in login.tsx.
I updated the file and now the app starts without any bug!