Replaces `||` with `??` for more precise default value assignment in select components.
Also updates Vite config to set `base` to `/` and disable sourcemaps during build.
Setup project structure, dependencies, and basic configuration for the ComFi application. Includes initial setup for Vite, React, TypeScript, Tailwind CSS, and essential development tools. Defines core types and provides a basic README for local development.