UNPKG

@quell/server

Version:

Quell is an open-source NPM package providing a light-weight caching layer implementation and cache invalidation for GraphQL responses on both the client- and server-side. Use Quell to prevent redundant client-side API requests and to minimize costly serv

2 lines 298 B
export declare const gitignoreAdditions = "\n# Quell cache configuration\n.env\n.env.local\n.env.development\n.env.production\n\n# Redis dump file\ndump.rdb\n\n# Node modules (if not already present)\nnode_modules/\nnpm-debug.log\nyarn-error.log\n"; //# sourceMappingURL=gitignore.template.d.ts.map