chore: initialize project
Some checks failed
Deploy monie-landing (kaniko) / build-and-deploy (push) Failing after 13s

This commit is contained in:
2026-04-05 17:16:55 +03:00
commit ec3f72113a
38 changed files with 11366 additions and 0 deletions

21
.cta.json Normal file
View File

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