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

password-auth-setup.ts not in repo. #17

Closed MetaBureau closed 1 month ago

MetaBureau commented 1 month ago

pnpm auth:setup not working. password-auth-setup.ts not in repo.

pnpm auth:setup

> @ auth:setup /Users/srmMB/Documents/GitHub/_Live/nextjs-edgedb-auth-template-main
> pnpm esr password-auth-setup.ts

Usage: esr [options] <source-file> [file-options]

  --cache       Transform on a file per file basis and cache code
  --clearCache  Clear transform cache
  --help|-h     Display this help message

 ELIFECYCLE  Command failed with exit code 1.
stemil23 commented 1 month ago

npx tsx auth-initialize.ts works to create default email & password .

beerose commented 1 month ago

I've updated the script in https://github.com/edgedb/nextjs-edgedb-auth-template/commit/025b3637833e46565e3b1559c2915b017d2802e9.

stemil23 commented 4 weeks ago

Great. Thank you.