holy-unblocker/website-legacy-aio

i am either dumb or idk how to code

Closed this issue · 1 comments

so i tried using the cmd "PORT=80 npm start" but it didnt work for some reason can someone help me and explain

Select C__Windows_system32_cmd exe 18_02_2023 09_39_22

e9x commented

on windows with CMD, you need to specify the environment variable differently
try

setx PORT 8080
npm start