lix-website/themes/lix/assets/bootstrap/node_modules/cspell-gitignore/bin.js
2024-04-26 22:49:34 -06:00

7 lines
97 B
JavaScript
Executable file

#!/usr/bin/env node
'use strict';
const app = require('./dist/app.js');
app.run(process.argv);