my page works done but i update today my site in react with vite and it dont works well
manotz
HOBBYOP

a year ago

this is my logs:

You reached the start of the range → Jan 2, 2025 10:06 AM

npm WARN config production Use --omit=dev instead.

> mipagina@0.0.0 start

> serve dist -s -n -L -p $PORT || serve dist -s -n -L -p 5200

WARN Checking for updates failed (use --debug to see full error)

level:"error"

replica:

View in Context

INFO Accepting connections at http://localhost:6184

this is my scripts in package.json:

"scripts": {

"dev": "vite",

"build": "tsc && vite build",

"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",

"preview": "vite preview --port 5200",

"start":"serve dist -s -n -L -p $PORT "

},

i run my site with npm run start

1 Replies

a year ago

Hello,

Can you please define "it dont works well" as that's not something we can go off of to provide help for.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...