darkroomengineering / satus

App router Next.js starter template
https://satus.darkroom.engineering/
520 stars 51 forks source link

fix: node env in pages/layout.js #35

Closed DaniAcu closed 6 months ago

DaniAcu commented 6 months ago

Right now, the repo is broken. When you try to run next dev it breaks because the NODE_ENV check is wrong. I just updated to start checking the right value.

Before:

image

After:

image
vercel[bot] commented 6 months ago

@DaniAcu is attempting to deploy a commit to the darkroom Team on Vercel.

A member of the Team first needs to authorize it.

clementroche commented 6 months ago

Thank you @DaniAcu