fix(server): Persist server through refresh

This commit is contained in:
Daniel Gonzalez
2025-02-15 20:55:43 -04:00
parent c16ae834a5
commit 62903ccdcb
7 changed files with 49 additions and 10 deletions
+17
View File
@@ -17,6 +17,7 @@
"react-dom": "19.0.0",
"react-router-dom": "7.1.3",
"react-scripts": "5.0.1",
"use-local-storage-state": "^19.5.0",
"use-query-params": "1.2.3"
},
"devDependencies": {
@@ -18400,6 +18401,22 @@
"requires-port": "^1.0.0"
}
},
"node_modules/use-local-storage-state": {
"version": "19.5.0",
"resolved": "https://registry.npmjs.org/use-local-storage-state/-/use-local-storage-state-19.5.0.tgz",
"integrity": "sha512-sUJAyFvsmqMpBhdwaRr7GTKkkoxb6PWeNVvpBDrLuwQF1PpbJRKIbOYeLLeqJI7B3wdfFlLLCBbmOdopiSTBOw==",
"license": "MIT",
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/astoilkov"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
}
},
"node_modules/use-query-params": {
"version": "1.2.3",
"license": "ISC",