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-15 03:52:46 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
pitaj-ts
Add File
New File
Apply Patch
NodeBB
/
nodebb
7 lines
95 B
Plaintext
Raw
Permalink
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?');
recommended CLI startup / bootstrap changes
2022-12-30 19:31:29 -07:00
require('./src/cli/bootstrap');
Reference in New Issue
Copy Permalink