UNPKG

@equinor/fusion-framework-cli

Version:

[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](./LICENSE)

6 lines (5 loc) 289 B
#!/usr/bin/env node // This file is a placeholder to prevent initial install failure due to a missing package entry file. // Importing './build/cli.js' before it exists is valid here, as the build step will generate it. // See project documentation for details. import('./build/cli.mjs');