initial commit

This commit is contained in:
PwLDev 2026-04-28 13:11:03 -07:00
commit 18255ce4cd
21 changed files with 1244 additions and 0 deletions

7
.prettierrc Normal file
View file

@ -0,0 +1,7 @@
{
"trailingComma": "none",
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"useTabs": false
}