Merge remote-tracking branch 'origin' into feat-pedidos

This commit is contained in:
2025-12-11 10:08:12 -03:00
194 changed files with 30374 additions and 10247 deletions

View File

@@ -5,9 +5,8 @@
* todos os clientes Convex sejam atualizados automaticamente.
*/
import { browser } from '$app/environment';
import { PUBLIC_CONVEX_URL } from '$env/static/public';
import { authStore } from './auth.svelte';
import { browser } from '$app/environment';
const convexClients = new Set<any>();