mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 21:26:00 +00:00
Enable premium features and add build guide
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
function isProApp() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
function checkLicense(license) {
|
||||
return null;
|
||||
return { status: 'ok', type: 'premium' };
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user