Files
gioco-mobile/client/src/config.ts
T

3 lines
161 B
TypeScript
Raw Normal View History

2026-06-09 23:42:14 +02:00
/** URL base del server di gioco (REST su /api/v1, Socket.IO su /ws). */
export const API_URL: string = import.meta.env.VITE_API_URL ?? 'http://localhost:3000';