#!/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');