Merge branch 'main' into celery-2-dramatiq

LOGGER.error("message options", options=message.options)
This commit is contained in:
Marc 'risson' Schmitt
2025-06-27 15:26:16 +02:00
33 changed files with 220 additions and 270 deletions

View File

@ -9,8 +9,8 @@
"strict": true,
"newLine": "lf",
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "dist",
"skipDefaultLibCheck": true,
"skipLibCheck": true,