Commit Graph

15 Commits

Author SHA1 Message Date
root 8d0b7a5ceb update subscription module 2026-05-25 04:58:56 -04:00
root c9cbe479aa update subscription algorithm 2026-05-25 03:12:19 -04:00
root 95376d3223 fix migration error at fleet page 2026-05-25 00:58:10 -04:00
root 9bd0938951 fix signin signout and apply the new style 2026-05-24 23:58:54 -04:00
root 9dc084ee50 fix forgot password style 2026-05-23 04:47:37 -04:00
root 99c429d69c vuln fix 2026-05-22 02:43:13 -04:00
root 191fb3cb4e fix languages 2026-05-22 02:20:20 -04:00
root 84285335a4 remove company website pages 2026-05-17 08:53:19 -04:00
root 1b929dd892 fix types package: point main/types to compiled dist output
Node.js was loading src/index.ts at runtime (raw TypeScript) because
main pointed to the source. At runtime it tried to resolve './damage'
without an extension which fails in Node's ESM resolver.

Pointing main to dist/index.js makes Node load the compiled CommonJS
output produced by `tsc` during the build step.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 20:30:44 -04:00
root 1a39aa8433 fix and update language for company workspace 2026-05-15 15:44:31 +00:00
root 00834dcb7e fix api production deployment 2026-05-15 15:44:31 +00:00
root 2d28947b92 fix production issue 2026-05-10 19:55:57 -04:00
root c4a45c8b21 add homepage management 2026-05-07 00:34:29 -04:00
root 750ae56a29 fixing platform admin 2026-05-06 22:58:23 -04:00
root 695a7f7cc7 add first files 2026-04-30 14:59:57 -04:00