base commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
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'`
|
||||
Reference in New Issue
Block a user