Current section

Files

Jump to
spellweaver priv bun node_modules cspell-gitignore bin.mjs
Raw

priv/bun/node_modules/cspell-gitignore/bin.mjs

#!/usr/bin/env node
import * as app from './dist/app.js';
app.run(process.argv);