Look at the Telefunc docs to learn more.
Install the dependencies:
pnpm install
Setup prisma
npx prisma migrate dev --name init
npx prisma db seed
Start the development server on http://localhost:3000
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
DATABASE_URL="file:/Users/somewhere/nuxt-telefunc/prisma/dev.db" pnpm preview