[WEB-5043] feat: web vite migration (#7973)

This commit is contained in:
Prateek Shourya 2025-11-06 14:08:48 +05:30 committed by GitHub
parent 118ecc81ba
commit 696fb96e87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
642 changed files with 3013 additions and 2311 deletions

View file

@ -5,7 +5,7 @@ import { ProjectAuthWrapper as CoreProjectAuthWrapper } from "@/layouts/auth-lay
export type IProjectAuthWrapper = {
workspaceSlug: string;
projectId: string;
projectId?: string;
children: React.ReactNode;
};