mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
added upgrade file and nconf check
This commit is contained in:
6
src/upgrade.js
Normal file
6
src/upgrade.js
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
exports.upgrade = function() {
|
||||
console.log('upgrading nodebb now');
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user