Generated with Bati (version 240) using this command:
yarn dlx @batijs/cli --solid --tailwindcss --authjs --telefunc --drizzle --biome
/api/auth/*
: Auth rest endpoints/api/auth/_telefunc
: Telefunc endpoint
/auth/signin
: Signin page/auth/signout
: Signout page/app/*
: Protected pages
It's set up to use Postgres...
pnpm drizzle:generate # a script that executes drizzle-kit generate.
pnpm drizzle:migrate # a script that executes drizzle-kit migrate.
pnpm drizzle:seed # a script that executes tsx ./database/seed.ts.
Signin/Signout mechanism: Custom form onSubmit functions