Add client

This commit is contained in:
2021-11-10 18:12:17 +01:00
commit 4faa5a53f7
14 changed files with 3176 additions and 0 deletions

10
src/client/.swcrc Normal file
View File

@@ -0,0 +1,10 @@
{
"jsc": {
"baseUrl": ".",
"paths": {
"@src/*": [
"./src/*"
]
}
}
}