hyperdx/packages/common-utils
github-actions[bot] 7a14dea07a
Release HyperDX (#970)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-06 23:14:43 -07:00
..
src feat: add robust source form validation and error reporting (#923) 2025-06-25 12:41:42 -04:00
.eslintignore feat: introduce common-utils package (#554) 2025-01-16 18:15:22 +00:00
.eslintrc.js ci: fixes linting and release-local-ui target (#683) 2025-03-13 23:11:46 +00:00
CHANGELOG.md Release HyperDX (#970) 2025-07-06 23:14:43 -07:00
jest.config.js feat: introduce common-utils package (#554) 2025-01-16 18:15:22 +00:00
package.json Release HyperDX (#970) 2025-07-06 23:14:43 -07:00
README.md DX: running api + app + task concurrently with npm script (dev) (#567) 2025-01-23 17:31:25 +00:00
tsconfig.json ci: fixes linting and release-local-ui target (#683) 2025-03-13 23:11:46 +00:00
tsconfig.test.json ci: fixes linting and release-local-ui target (#683) 2025-03-13 23:11:46 +00:00
tsup.config.ts feat: introduce common-utils package (#554) 2025-01-16 18:15:22 +00:00

How to test the package with HyperDX app/api

  1. Run yarn build in the root directory of this project (packages/common-utils)
  2. Run yarn dev in the root directory of app/api project (packages/app,api)
  3. You should be able to test utils with the app