UNPKG

grapi-cli

Version:

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

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