Skip to content

fix: local setup issues

Pushkar707 requested to merge pushkar707/lingua-libre:fix-setup-issue into main

Fixes two main things:-

  1. Start the server on 127.0.0.1:8000 instead of localhost:8079(a server of localhost:8079 causes issues in oauth).
  2. Enable file watching in vite project, so you don't have to restart the server everytime you change something.

Merge request reports