Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

nuxt.config.ts

  • Sofiane Lasri's avatar
    8d50607e
    feat: integrate Prisma ORM and enhance Nuxt.js setup · 8d50607e
    Sofiane Lasri authored
    - Add Prisma schema for User and PasswordReset models
    - Include .env.example with DATABASE_URL and URL placeholders
    - Update nuxt.config.ts for extended Nuxt UI and enhanced devtools
    - Modify .gitignore to exclude Prisma database files
    - Add initial Prisma migration SQL script
    - Update package.json to include Prisma, bcrypt, and related types
    8d50607e
    History
    feat: integrate Prisma ORM and enhance Nuxt.js setup
    Sofiane Lasri authored
    - Add Prisma schema for User and PasswordReset models
    - Include .env.example with DATABASE_URL and URL placeholders
    - Update nuxt.config.ts for extended Nuxt UI and enhanced devtools
    - Modify .gitignore to exclude Prisma database files
    - Add initial Prisma migration SQL script
    - Update package.json to include Prisma, bcrypt, and related types