feat: threads

This commit is contained in:
Dan Finch 2026-08-05 09:24:13 +02:00
parent 6fb46573da
commit 46e7070b6b
18 changed files with 878 additions and 125 deletions

View file

@ -67,6 +67,8 @@ export default defineConfig({
"typescript/prefer-function-type": "off",
"unicorn/no-process-exit": "off",
"unicorn/prefer-string-raw": "off",
"unicorn/relative-url-style": "off",
"unicorn/require-post-message-target-origin": "off",
"unicorn/text-encoding-identifier-case": "off",
},
overrides: [