feat(web): добавить App Switcher для перехода между приложениями
Build, Test, and Push CFDM Docker Image / test (push) Successful in 3m33s
Build, Test, and Push CFDM Docker Image / build-and-push (push) Successful in 1m57s
Build, Test, and Push CFDM Docker Image / update-wiki (push) Successful in 7s
Build, Test, and Push CFDM Docker Image / create-release (push) Has been skipped

Dropdown в sidebar с настраиваемым списком ссылок через VITE_APP_SWITCHER; dev-порт 5174 для перехода с VPS Tracker.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-06-30 15:11:55 +07:00
co-authored by Cursor
parent 72a4b3403b
commit e707766418
7 changed files with 269 additions and 17 deletions
+1
View File
@@ -17,6 +17,7 @@ export default defineConfig({
},
},
server: {
port: 5174,
fs: {
allow: [path.resolve(__dirname, '../..')],
},