I'm developing the Forge app, and now I would like to display which version of the app is currently deployed on one of the app screens.
I though I can utilize package.json since the version is written in it, but just importing package.json didn't work. (I could not deploy the forge app with the code `import { version } from "../package.json."`.)
I appreciate if anyone can help me and explain the best practice to retrieve data from package.json as well as to display the app version.
Sorry I could import version with the statement of `import { version } from "../package.json."`.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.