A decentralized music tracking and discovery platform built on AT Protocol 🎵

fix: ensure process exits cleanly after database execution in Spotify script

+2
+2
apps/api/src/scripts/spotify.ts
··· 28 28 ]) 29 29 .onConflictDoNothing() 30 30 .execute(); 31 + 32 + process.exit(0);