Rename frontend to webui

This commit is contained in:
lumijiez
2025-04-05 21:56:49 +03:00
parent 7208329a0e
commit 884a07d961
17 changed files with 0 additions and 0 deletions

7
webui/jsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
}
}