UNPKG

@mee4dy/crud

Version:

Create a backend and frontend in 5 minutes! With our powerful full stack crud system, customize it to suit you.

12 lines (8 loc) 264 B
import { Migration } from './migration'; export class Migration_1_4_24 extends Migration { public up() { const replacements = [{ regex: 'fetch(true)', replacement: 'fetch({ applyQuery: true })' }]; this.replace(replacements); } public down() {} }