🔨 chore: mobile related server implementation pick from mobile app (#9691)

* server: sync from feat/mobile-app (exclude apps/mobile)

* Update package.json

* chore(mobile): update mobile router imports to use lambda

* chore(mobile): refactor mobile router

* chore: format tsconfig.json

* chore(mobile): simplify mobile router

---------

Co-authored-by: Arvin Xu <arvinx@foxmail.com>
Co-authored-by: Tsuki <976499226@qq.com>
This commit is contained in:
Rdmclin2
2025-10-16 11:32:58 +07:00
committed by GitHub
parent 6508e2fcaf
commit 61bbd596f0
11 changed files with 191 additions and 9 deletions
+1
View File
@@ -45,6 +45,7 @@ export default defineConfig({
'**/dist/**',
'**/build/**',
'**/apps/desktop/**',
'**/apps/mobile/**',
'**/packages/**',
'**/e2e/**',
],