79423877

Date: 2025-02-08 20:38:50
Score: 0.5
Natty:
Report link

If you're using 0.0.0.0 for your local server address, try making changes to your vite.config.js file

export default defineConfig({
    server: {
        host: '0.0.0.0'
    },
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: brandon-estrella-dev