Add web worker communication for offloading the main thread

This commit is contained in:
wvffle 2022-10-20 14:46:58 +00:00 committed by Georg Krause
commit 15f5056a59
No known key found for this signature in database
GPG key ID: 2970D504B2183D22
8 changed files with 101 additions and 1 deletions

View file

@ -14,6 +14,7 @@
"vite-plugin-pwa/client"
],
"paths": {
"#/*": ["src/worker/*"],
"?/*": ["test/*"],
"~/*": ["src/*"]
}