This website requires JavaScript.
Explore
Help
Register
Sign In
Nemcio
/
NodeBB
Watch
1
Star
0
Fork
0
You've already forked NodeBB
mirror of
https://github.com/NodeBB/NodeBB.git
synced
2026-01-30 03:09:53 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0ba54a2b3757e09fd11e5809379289aec68cfb77
NodeBB
/
nodebb
7 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
updating nodebb executable so that it is a node script instead of bash script
2015-05-25 16:06:49 -04:00
#!/usr/bin/env node
Refactor `nodebb`, move `build.js`, add `--dev`
2017-02-02 19:15:01 -07:00
'use strict';
typescript migration
2022-12-21 02:35:06 +05:30
console.log('SERIOUSLY?');
require('./build/src/cli');
Reference in New Issue
Copy Permalink