mirror of
https://github.com/antebudimir/feishin.git
synced 2026-03-01 19:57:26 +00:00
[Remote] Full PWA support, misc bugfixes (#280)
- Fix setting remote port properly - Add web worker support (so it can be installed as an "app") - build fixes/removing stray console.log
This commit is contained in:
parent
fe298d3232
commit
9964f95d5d
11 changed files with 314 additions and 194 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"target": "es2021",
|
||||
"module": "commonjs",
|
||||
"lib": ["dom", "es2021"],
|
||||
"lib": ["dom", "es2021", "WebWorker"],
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"/@/*": ["*"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue