templates: add features
All checks were successful
Deploy App / build (push) Successful in 28s
Deploy App / deploy (push) Successful in 14s

This commit is contained in:
valere
2025-10-11 21:38:47 +02:00
parent 04ebe02a05
commit 33a19090c6
7 changed files with 102 additions and 6 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"printWidth": 100
}