kenneth f20f1a93c7 refactor: replace namespace import with direct type import
- Replace 'import type * as Err' with direct ApplicationErrorData import
- Update Err.ApplicationErrorData references to ApplicationErrorData

This improves code clarity and follows the project's import conventions.

Co-authored-by: Ona <no-reply@ona.com>
2025-11-08 17:56:42 +00:00
2025-09-13 22:02:27 +01:00
2025-09-13 22:02:27 +01:00
2025-10-21 23:45:04 +00:00
2025-09-13 22:02:27 +01:00
2025-10-21 23:45:04 +00:00
2025-09-17 00:04:12 +00:00
2025-09-21 17:03:50 +00:00
2025-09-13 22:02:27 +01:00

bun-react-template

To install dependencies:

bun install

To start a development server:

bun dev

To run for production:

bun start

This project was created using bun init in bun v1.2.21. Bun is a fast all-in-one JavaScript runtime.

Description
No description provided
Readme 1 MiB
Languages
TypeScript 73.8%
Go 17.2%
JavaScript 3.1%
CSS 2.3%
Shell 1.9%
Other 1.6%