79190110

Date: 2024-11-14 19:05:05
Score: 1
Natty:
Report link

For anyone wondering, the issue was with my package.json file, I was running my build as vite build but the correct version was remix vite:build.

So change "build": "vite build && vite build --ssr" to "build": "remix vite:build",

There isn't really an error that shows up to display this, it just never completes after displaying ✓ built in 3.25s.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Beckett