Add notification app base

This commit is contained in:
ClemDee
2019-06-25 16:42:04 +02:00
parent 60673103ad
commit 5601e50511
8 changed files with 264 additions and 2 deletions

View File

@@ -17,6 +17,6 @@ define(function () {
// Sub
plan: 'CryptPad_plan',
// Apps
criticalApps: ['profile', 'settings', 'debug', 'admin']
criticalApps: ['profile', 'settings', 'debug', 'admin', 'notifications']
};
});