mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 23:11:35 +03:00
5 lines
190 B
TypeScript
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
|