This repository has been archived on 2026-01-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cover-letter-templater/frontend/.cta.json
T
Leons Aleksandrovs 1818b3f225 BE / FE Init
2025-07-03 14:01:40 +03:00

14 lines
235 B
JSON

{
"projectName": ".",
"mode": "file-router",
"typescript": true,
"tailwind": true,
"packageManager": "bun",
"git": true,
"version": 1,
"framework": "react-cra",
"chosenAddOns": [
"form",
"tanstack-query"
]
}