forked from wangziqi/gongxue-base
feat: reconcile commerce payments
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"start": "node dist/apps/worker/src/index.js --loop",
|
||||
"build": "node -e \"fs.rmSync('dist',{recursive:true,force:true})\" && tsc -p tsconfig.json",
|
||||
"check": "tsc -p tsconfig.json --noEmit",
|
||||
"crm:once": "tsx src/index.ts --once --job crm"
|
||||
"crm:once": "tsx src/index.ts --once --job crm",
|
||||
"commerce:once": "tsx src/index.ts --once --job commerce"
|
||||
},
|
||||
"dependencies": {
|
||||
"pg": "^8.16.3"
|
||||
|
||||
Reference in New Issue
Block a user