feat: add worker for cron job and trigger frontend action to sync data with ERPNext

This commit is contained in:
AbleKSaju
2025-05-30 15:58:08 +05:30
parent 8a1c742684
commit da5ca9227e
3 changed files with 47 additions and 1 deletions
+2 -1
View File
@@ -48,7 +48,8 @@
"reports/**/*.ts",
"utils/**/*.ts",
"tests/**/*.ts",
"dummy/**/*.ts"
"dummy/**/*.ts",
"jobs/**/*.ts"
],
"exclude": ["node_modules"]
}