mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 05:41:42 +03:00
5 lines
192 B
TypeScript
5 lines
192 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' assert { type: 'json' }
|
||
|
export default BUILD_INFO
|