Ghost/apps/admin-x-framework
Ronald Langeveld 99232de6ee
Fixed Settings not working in offline dev locally (#20246)
ref
https://forum.ghost.org/t/access-settings-of-local-ghost-install-when-offline/47590

- Fixed a React Query configuration that would only load Settings when
you're connected to the internet.
- Setting `networkMode: 'always'`, ensures that queries are executed
regardless of the network status, bypassing any checks for internet
connectivity.
2024-05-23 10:58:14 +00:00
..
src Fixed Settings not working in offline dev locally (#20246) 2024-05-23 10:58:14 +00:00
test Updated files with mixed named/default exports to use only named exports (#19385) 2023-12-14 16:01:28 +00:00
.eslintrc.cjs
.gitignore
package.json Update sentry-javascript monorepo to v7.116.0 2024-05-21 14:24:23 +01:00
tsconfig.declaration.json
tsconfig.json
tsconfig.node.json
vite.config.ts