enso/app/ide-desktop/client/buildInfo.ts
2024-11-12 18:25:19 +00:00

5 lines
190 B
TypeScript

/** @file A re-export of `build.json` to avoid breakage when moving the path of this module. */
import BUILD_INFO from '../../../build.json' with { type: 'json' }
export default BUILD_INFO