chore: initialize project

This commit is contained in:
2026-04-03 16:28:55 +03:00
commit afb7d70855
42 changed files with 10073 additions and 0 deletions

27
.cta.json Normal file
View File

@@ -0,0 +1,27 @@
{
"projectName": "monie-web",
"mode": "file-router",
"typescript": true,
"packageManager": "npm",
"includeExamples": false,
"tailwind": true,
"addOnOptions": {},
"envVarValues": {},
"git": true,
"routerOnly": false,
"version": 1,
"framework": "react",
"chosenAddOns": [
"biome",
"sentry",
"compiler",
"db",
"form",
"paraglide",
"t3env",
"table",
"store",
"posthog",
"tanstack-query"
]
}