feat(topbar): «Что нового» button + 2026-05-12 state.md update

This commit is contained in:
Александр Зимин
2026-05-12 17:05:24 +00:00
parent 58dd871808
commit a34c6d4c82
21 changed files with 1853 additions and 8 deletions
+6
View File
@@ -74,6 +74,12 @@ export default defineConfig({
server: {
host: '0.0.0.0',
port: 5173,
fs: {
// Allow importing files outside admin-ui (e.g. ../docs/changelog.md
// для WhatsNewButton — single source of truth для public changelog
// живёт в docs/ чтобы mkdocs тоже его publish'ил).
allow: ['..'],
},
proxy: {
'/api': {
target: process.env.VITE_API_PROXY ?? 'http://localhost:8080',