Tags: nyxblabs/fetchwizard
Tags
🆕 chore(karium.config.ts): add build configuration file This commit adds a new file named karium.config.ts which contains the build configuration for the project. The configuration specifies that the project should emit declaration files and use Rollup to bundle the code. The entries property specifies the entry points for the build process.
🐛 fix(.eslintignore): add README.md to ignored files ✨ feat(README.md): add FAQ section to answer common questions about the package 🐛 fix(package.json): correct typo in homepage field The .eslintignore file has been updated to include README.md, which was previously not ignored. The README.md file has been updated to include a FAQ section to answer common questions about the package. A typo in the homepage field of package.json has been corrected.