vercel / next-learn

Learn Next.js Starter Code
https://next-learn-dashboard.vercel.sh/
MIT License
3.68k stars 1.89k forks source link

.env.sample file & /scripts/seed.js are missing in my NextJS app #672

Open FandresenaR opened 4 months ago

FandresenaR commented 4 months ago

When I've created my Next JS App, there is no .env.sample file & /scripts/seed.js with it. How to solve it 'cause I can't link my app with Vercel/Postgres without them ?

tskxz commented 4 months ago

Did you use the --example flag when you were creating the app?


npx create-next-app@latest nextjs-dashboard --use-npm --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example"```
FandresenaR commented 4 months ago

Did you use the --example flag when you were creating the app?

npx create-next-app@latest nextjs-dashboard --use-npm --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example"```

I don't remember but I'll try with this later. Thanks

millionbug commented 1 week ago

image The latest content on the official website seems to have no script directory.