You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file -> src\app\page.tsx
we import { allSnippets } from "contentlayer/generated"; but there is no such path or package, not sure if I am supposed to set it up?
if I install package contentlayer, it works.
if this is the issue, not sure how its not caught yet, maybe you guys have the package globally installed?
I would like to open a pr for it.
The text was updated successfully, but these errors were encountered:
In file ->
src\app\page.tsx
we
import { allSnippets } from "contentlayer/generated";
but there is no such path or package, not sure if I am supposed to set it up?if I install package
contentlayer
, it works.if this is the issue, not sure how its not caught yet, maybe you guys have the package globally installed?
I would like to open a pr for it.
The text was updated successfully, but these errors were encountered: