Some fixes after upgrading react-query

This commit is contained in:
Gregory Schier
2024-05-10 09:19:29 -07:00
parent 22e7b15a63
commit a5f1922446
12 changed files with 35 additions and 20 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { internalIpV4 } from 'internal-ip';
import svgr from 'vite-plugin-svgr';
import topLevelAwait from 'vite-plugin-top-level-await';
const mobile = !!/android|ios/.exec(process.env.TAURI_ENV_PLATFORM);
const mobile = !!/android|ios/.exec(process.env.TAURI_ENV_PLATFORM ?? '');
// https://vitejs.dev/config/
export default defineConfig(async () => ({