chore: add archive script to package.json

This commit is contained in:
2025-03-11 11:38:52 +05:30
parent 06ad75e85d
commit 1ae770fff8

View File

@@ -7,7 +7,8 @@
"build": "tsc -p tsconfig.json",
"start": "tsc -w & node --watch --env-file=.env dist/index.js",
"load_test": "export $(cat .env | xargs) && k6 run ./test/loadTest.js",
"prod": "node --env-file=.env dist/index.js"
"prod": "node --env-file=.env dist/index.js",
"archive": "node --env-file=.env cron/archive.js"
},
"keywords": [],
"author": "",