You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix Spotify Creation of Playlist bug (#38)
* =added prisma
* feat: update Spotify API import style and add Prisma dependencies
- Changed single quotes to double quotes in `spotifyApi.ts`.
- Added Prisma dependencies in `package-lock.json` and `package.json`.
- Created initial migration for `users` table in PostgreSQL.
- Updated Prisma schema to reflect new `User` model and changed database URL environment variable.
- Modified `dev` script in `package.json` to include Node.js inspector.
* fix: update build script to include Prisma generation
* fix: Handle Spotify API authentication on the server
* fix: Update playlist creation with descriptive names
* fix: Ensure displayName is non-nullable in user upsert and make playlist type optional
* fix: Add postinstall script to ensure Prisma generation after installation
* fix: Update postinstall script to disable Prisma engine during generation
* revert old code
* Apply suggestions from code review
---------
Co-authored-by: Dunsin <[email protected]>
* fix: update .env.sample to streamline database configuration
* fix: simplify dev script in package.json and format pnpm-workspace.yaml
---------
Co-authored-by: Divine Amunega <[email protected]>
0 commit comments