refactor(re-upload): clean upload through @iconized fs

This commit is contained in:
Abhiraj Roy
2024-05-29 23:30:03 +05:30
parent b4e558a976
commit 90cd06ec91
193 changed files with 31841 additions and 0 deletions

13
.prettierrc Executable file
View File

@@ -0,0 +1,13 @@
{
"plugins": ["prettier-plugin-go-template"],
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template",
"goTemplateBracketSpacing": true,
"bracketSameLine": true
}
}
]
}