UNPKG

grapi-cli

Version:

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

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