feat: pwa with push notifications (#337)
This commit is contained in:
parent
a18e5e2332
commit
f0c91a3974
48 changed files with 2903 additions and 14 deletions
8
service-worker/tsconfig.json
Normal file
8
service-worker/tsconfig.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"lib": ["ESNext", "WebWorker"],
|
||||
"types": ["vite/client", "service-worker"]
|
||||
},
|
||||
"include": ["./"],
|
||||
"extends": "../tsconfig.json"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue