edgedb / nextjs-edgedb-auth-template

A minimal starter designed to help you get up and running with EdgeDB and Next.js quickly. It includes a basic setup for authentication, EdgeDB schema, and a UI to get you started.
https://nextjs-edgedb-auth-template-kappa.vercel.app
30 stars 8 forks source link

Fix: Add `esbuild-runner` to dev dependencies #1

Closed Sikarii closed 6 months ago

Sikarii commented 6 months ago

It seems that esbuild-runner (which provides the esr binary) is missing from the dependencies, this PR should add it. I'm not fully sure how to get the lockfile diff small though, let me know if I am missing something.