feat: basic browsing (#1)

This commit is contained in:
Cody Tseng
2024-10-31 17:53:03 +08:00
committed by GitHub
parent 824e2ea9d5
commit 9b0251240c
104 changed files with 5624 additions and 122 deletions

View File

@@ -2,6 +2,7 @@
"compilerOptions": {
"paths": {
"@renderer/*": ["./src/renderer/src/*"],
"@common/*": ["./src/common/*"],
}
},
"files": [],