2
0
mirror of https://github.com/frappe/books.git synced 2025-02-07 14:38:32 +00:00
books/backend/patches/index.ts

7 lines
180 B
TypeScript
Raw Normal View History

import { Patch } from '../database/types';
import testPatch from './testPatch';
export default [
2022-04-22 16:32:03 +05:30
{ name: 'testPatch', version: '0.5.0-beta.0', patch: testPatch },
] as Patch[];