Merge branch 'develop' into 0815-fixes

This commit is contained in:
Mohamad Tarbin
2026-08-17 01:03:29 -04:00
committed by GitHub
196 changed files with 1742 additions and 847 deletions

View File

@@ -2,6 +2,7 @@ import posthog from '@posthog/rollup-plugin'
import react from '@vitejs/plugin-react-swc'
import { defineConfig, loadEnv } from 'vite'
import { VitePWA } from 'vite-plugin-pwa'
import pkg from './package.json'
// https://vitejs.dev/config/
export default ({ command, mode }) => {