#!/usr/bin/env node /* eslint-env node */ /* eslint-disable @typescript-eslint/no-var-requires */ 'use strict' // @NOTE This file exists so that pnpm can properly link the "bin" scripts when // the monorepo is being setup (during initial "pnpm install"), but was never // built. require('./dist/index.js')