()
| 74 | // This is useful (and used) only for the `npm publish-snapshot` command and the CI. |
| 75 | // The mounted directory will be IGNORED by all other commands. |
| 76 | export const isAirnodeMounted = () => goSync(() => accessSync('/airnode', constants.F_OK)).success; |