mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-17 23:08:23 +00:00
api: Fix empty JS packages.
NPM uses the .gitignore file, which includes the generated JS code. This caused the v4.8.0 JS packages to be completely empty. Adding an empty .npmignore file resolves the issue as if a .npmignore file is detected, the .gitignore file is ignored.
This commit is contained in: