payload-validation #33

Merged
y merged 6 commits from payload-validation into staging 2025-04-03 08:01:56 +00:00
Showing only changes of commit 990b81abe7 - Show all commits

@ -16,7 +16,8 @@
"lint:fix": "eslint . --fix --ext ts --report-unused-disable-directives --max-warnings 0", "lint:fix": "eslint . --fix --ext ts --report-unused-disable-directives --max-warnings 0",
"lint:staged": "eslint --fix --ext ts --report-unused-disable-directives --max-warnings 0", "lint:staged": "eslint --fix --ext ts --report-unused-disable-directives --max-warnings 0",
"lint-staged": "lint-staged", "lint-staged": "lint-staged",
"start:db": "docker compose -f mongo-docker-compose.yml up -d" "start:db": "docker compose -f mongo-docker-compose.yml up -d",
"preinstall": "git config core.hooksPath .git-hooks"
}, },
"repository": { "repository": {
"type": "git", "type": "git",