You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want to setupo a static server
IM running my server in shell like this
$ supervisor server.js
Running node-supervisor with
program 'server.js'
--watch '.'
--extensions 'node,js'
--exec 'node'
Starting child process with 'node server.js'
Watching directory 'E:\frontDev\three'for changes.
but when i change the file in 'E:\frontDev\three\index.html',the shell doesn't upadate .only when i changed 'E:\frontDev\three\server.js' ,the shell show like this
crashing child
Starting child process with 'node server.js'
thanks for you reply
The text was updated successfully, but these errors were encountered:
i want to setupo a static server
IM running my server in shell like this
but when i change the file in 'E:\frontDev\three\index.html',the shell doesn't upadate .only when i changed 'E:\frontDev\three\server.js' ,the shell show like this
crashing child Starting child process with 'node server.js'
thanks for you reply
The text was updated successfully, but these errors were encountered: