v1.7.3
What's Changed
Fixed
- The migrate-album-data script to work correctly in Docker containers
Previously failed with "ts-node not found" error in production Docker images
Now uses compiled JavaScript (node dist/scripts/migrate-album-data.js)
If you're running in Docker and need to run the album data migration:
docker exec -it <container_name> npm run migrate-album-data
Full Changelog: v1.7.2...v1.7.3