fix: TypeScript errors — declare authenticate, fix WebSocket types
This commit is contained in:
@@ -6,9 +6,8 @@ RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
# Empty VITE_API_URL = use relative URLs (nginx proxies /api/ and /ws)
|
||||
ARG VITE_API_URL=
|
||||
ARG VITE_WS_URL=
|
||||
ARG VITE_API_URL=https://api.janichat.ru
|
||||
ARG VITE_WS_URL=wss://api.janichat.ru
|
||||
|
||||
ENV VITE_API_URL=$VITE_API_URL
|
||||
ENV VITE_WS_URL=$VITE_WS_URL
|
||||
|
||||
Reference in New Issue
Block a user