Files
shop-server/.cursor/rules/frontend-devserver-proxy.mdc
T
@kirill.komarov ebe1ede25c base commit
2026-05-04 12:34:01 +05:00

13 lines
440 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
description: Актуальные требования к Vite proxy для локальной разработки
globs: client/vite.config.ts
alwaysApply: false
---
# Frontend Dev Server Proxy
- В `client/vite.config.ts` должны проксироваться и API, и загрузки файлов.
- Обязательные прокси:
- `'/api' -> 'http://127.0.0.1:3333'`
- `'/uploads' -> 'http://127.0.0.1:3333'`