Understand the SolidStart project structure
mainSolidStart uses a specific directory structure for assets, routing, and application entry points:
public/: Static assets (icons, images, fonts).src/: Core application code (aliased to~/).routes/: File-based routing for pages and API endpoints.app.tsx: The root component of your application.entry-client.tsx: Handles client-side hydration.entry-server.tsx: Manages server-side request handling.
app.config.ts: Main configuration file for the application and adapters.