client: project config and bootstrap
Add Vite + React + TypeScript setup, package.json (react-router-dom, socket.io-client), global CSS, app entry point and environment config. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
/** 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';
|
||||
Reference in New Issue
Block a user