RocketChat/Rocket.Chat

View on GitHub
apps/meteor/server/startup/appcache.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { Meteor } from 'meteor/meteor';

if (Meteor.AppCache) {
    Meteor.AppCache.config({
        onlineOnly: ['/elements/', '/landing/', '/moment-locales/', '/scripts/'],
    });
}