This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application.
For more information, see the course curriculum on the Next.js Website.
-
The
seed.tsxfile utilises the sql instance directly rather than scoping it for each table. -
Fix provided by @bevane here