This commit is contained in:
RezHackXYZ 2025-05-28 10:04:57 +05:30
parent de348ab39e
commit ec40313983
No known key found for this signature in database
18 changed files with 3370 additions and 153 deletions

22
.vscode/settings.json vendored
View file

@ -1,22 +0,0 @@
{
"tailwindCSS.emmetCompletions": true,
"editor.inlineSuggest.enabled": true,
"editor.quickSuggestions": {
"strings": true
},
"css.customData": [".vscode/tailwind.json"],
"cSpell.words": [
"correctanswer",
"creationdate",
"gameid",
"gamepin",
"hostgame",
"kahoot",
"kahootclone",
"Newplayers",
"playername",
"questionid",
"questionstext",
"SUPABASE"
]
}