Hi, I'm studying the framework and completed the acme-dashboard course.
Excellent stuff by the way, but I can't deploy the finished project to Vercel. I receive the following error in build:
Type error: Cannot find name 'Metadata'.
This is my first contact with Typescript too, but looks like the Metadata type isn't defined, right? Why this error doesn't appear in dev script?