Initial commit

This commit is contained in:
hhftechnologies
2025-11-18 12:38:48 +05:30
commit 1493fb099f
62 changed files with 18443 additions and 0 deletions

11
.cta.json Normal file
View File

@@ -0,0 +1,11 @@
{
"projectName": "Dock-Dploy",
"mode": "file-router",
"typescript": true,
"tailwind": true,
"packageManager": "npm",
"git": true,
"version": 1,
"framework": "react-cra",
"chosenAddOns": ["biome", "shadcn"]
}