feat: Initialize OmniSupport AI project structure

Sets up the basic project structure for OmniSupport AI, including:
- Vite build tool configuration.
- React and necessary dependencies.
- TypeScript configuration.
- Basic HTML and root component setup.
- Initial type definitions and mock data for core entities like tickets, agents, and queues.
- A README with setup instructions.
- A .gitignore file for common build artifacts and development files.
This commit is contained in:
fcarraUniSa
2026-02-16 16:24:31 +01:00
parent cfee03e670
commit 0102f0e285
24 changed files with 4057 additions and 8 deletions

5
metadata.json Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "OmniSupport AI",
"description": "A complete customer support platform featuring a client portal with AI assistance and a backend for ticket and knowledge base management.",
"requestFramePermissions": []
}