UNPKG

grapi-cli

Version:

a cli tool to generate loopback 4 applications with extra features like caching & fuzzy search

6 lines (5 loc) 150 B
import { applyPatches } from '../utils/utils.js'; export const patches = {}; export function applyPreRelationPatches() { applyPatches(patches); }