chore: initialize project

This commit is contained in:
2026-04-03 16:32:58 +03:00
commit e79e039d9a
29 changed files with 9151 additions and 0 deletions

22
.cta.json Normal file
View File

@@ -0,0 +1,22 @@
{
"projectName": "monie-landing",
"mode": "file-router",
"typescript": true,
"packageManager": "npm",
"includeExamples": false,
"tailwind": true,
"addOnOptions": {},
"envVarValues": {},
"git": true,
"routerOnly": false,
"version": 1,
"framework": "react",
"chosenAddOns": [
"biome",
"posthog",
"form",
"t3env",
"compiler",
"sentry"
]
}