Linh Phung

Results 1 comments of Linh Phung

> I ran into a similar issue using vite@4. My solution was to define the port in vite.config.ts. See https://vitejs.dev/config/server-options.html#server-port > > e.g. > > ``` > import { defineConfig...