You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[handle-async](src/utils/handle-async.ts): A utility for handling async functions with proper error handling.
33
-
-[should-never-happen](src/utils//should-never-happen.ts): A utility for handling cases that should never occur in your application flow.
32
+
-[handle-async](https://github.com/rafifos/bits/blob/main/src/utils/handle-async.ts): A utility for handling async functions with proper error handling.
33
+
-[should-never-happen](https://github.com/rafifos/bits/blob/main/src/utils//should-never-happen.ts): A utility for handling cases that should never occur in your application flow.
34
34
35
35
## Development
36
36
@@ -69,7 +69,7 @@ pnpm install
69
69
70
70
### Commit Guidelines
71
71
72
-
This project uses [Conventional Commits](https://www.conventionalcommits.org/) for commit messages, enforced by commitlint.
72
+
This project uses [Conventional Commits](https://www.conventionalcommits.org) for commit messages, enforced by commitlint.
73
73
74
74
Examples:
75
75
@@ -89,4 +89,4 @@ This project uses GitHub Actions for continuous integration:
89
89
90
90
## License
91
91
92
-
MIT License - see the [LICENSE](LICENSE) file for details.
92
+
MIT License - see the [LICENSE](https://github.com/rafifos/bits/blob/main/LICENSE) file for details.
0 commit comments