Add web worker communication for offloading the main thread
This commit is contained in:
parent
aba816e8bf
commit
15f5056a59
8 changed files with 101 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
|||
"vite-plugin-pwa/client"
|
||||
],
|
||||
"paths": {
|
||||
"#/*": ["src/worker/*"],
|
||||
"?/*": ["test/*"],
|
||||
"~/*": ["src/*"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue