Files
NodeBB/nodebb

7 lines
95 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env node
'use strict';
2022-12-21 02:35:06 +05:30
console.log('SERIOUSLY?');
require('./src/cli/bootstrap');