feat(pdf-monkey): add documents generated trigger

This commit is contained in:
Rıdvan Akca
2024-02-27 16:30:40 +03:00
parent 8bb7b16c0e
commit 71a404063c
8 changed files with 194 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
import documentsGenerated from './documents-generated/index.js';
export default [documentsGenerated];