I restart my computer and the in the browser navigate to localhost:1880 , sure enough node-red is running but it is not running the project that i have developed in my user .node-red directory. instead it is a blank project.
What am i missing here? How do i point the service to launch the project in my user .node-red directory.
nssm install Node-RED "c:\Users\\"%USERNAME%"\AppData\Roaming\npm\node-red.cmd"
nssm set Node-RED AppDirectory "c:\Users\\"%USERNAME%"\.node-red"
nssm set Node-RED AppParameters "-u c:\Users\\"%USERNAME%"\.node-red > c:\temp\node-red.log"
nssm set Node-RED Description "A wiring tool for the Internet of Things"```