This repository has been archived on 2024-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
Théo LUDWIG 89ec7443a0
All checks were successful
Chromatic / chromatic (push) Successful in 2m11s
CI / ci (push) Successful in 3m20s
CI / commitlint (push) Successful in 17s
build(deps): update latest
2024-07-29 19:38:21 +02:00

10 lines
255 B
TypeScript

import packageJSON from "../package.json"
export const VERSION =
process.env["NODE_ENV"] === "development"
? "0.0.0-development"
: packageJSON.version
export const GIT_REPO_LINK =
"https://git.theoludwig.fr/theoludwig/wikipedia-game-solver"