All notable changes to this project will be documented in this file.
- Remove
tscfrom thebuildscript for the example app to so it can build successfully out of the box (#2)
- Include packages needed in the
Dockerfileto buildbcryptfrom source forarm64(Apple Silicon M1) as prebuilts don't exist
- Use
${CURDIR}instead ofpwdto be cross-platform compatible with Windows WSL2
- Added screenshots to the
README.md - Switch to Node 16 via
16-alpineDocker tag by default
- Initial release