feat: cookie jar data is persisted and loaded

This commit is contained in:
Andrew Bastin
2023-10-25 18:34:32 +05:30
parent d068da1341
commit 3f1ca8f20b
4 changed files with 47 additions and 16 deletions

View File

@@ -101,7 +101,8 @@
"wonka": "^6.3.4",
"workbox-window": "^7.0.0",
"xml-formatter": "^3.5.0",
"yargs-parser": "^21.1.1"
"yargs-parser": "^21.1.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",