1
0
forked from noxious/client

Initial commit

This commit is contained in:
2024-04-09 00:28:28 +02:00
commit 77ff25da75
31 changed files with 1079 additions and 0 deletions

7
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"recommendations": [
"Vue.volar",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}