Use custom TLDs for local domains
mainIf you want to use a specific TLD instead of the default .test, provide the full domain name to the slim start command.
Note: Avoid using .local as it is reserved for mDNS and can cause slow DNS resolution on macOS/Linux.
slim start app.loc --port 3000 # https://app.loc → localhost:3000
slim start my.demo --port 4000 # https://my.demo → localhost:4000slim start app.loc --port 3000