refactor/match_collector: change folder structure
Some checks are pending
pipeline / lint-and-format (push) Successful in 4m51s
pipeline / build-and-push-images (push) Has started running

This commit is contained in:
2026-04-23 18:35:37 +02:00
parent 360be86c10
commit c976f340e6
9 changed files with 12 additions and 10 deletions

View File

@@ -8,7 +8,8 @@
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --write .",
"format:check": "prettier --check ."
"format:check": "prettier --check .",
"dev": "node --import=tsx src/index.ts"
},
"author": "",
"license": "ISC",