79421474

Date: 2025-02-07 16:01:48
Score: 1
Natty:
Report link

If you want to run your localhost on a different port you need to change your vite config file (vite.config.ts)

export default defineConfig({
  server: { port: 8080 },
  ...rest of config
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mr.unexpected