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
Right now you have to use a middleware to alias a path to a different folder. For example if I want to serve folder /foo at path /bar there is no configuration based solution. It would be nice it we can just use a config for doing this. Something like this:
coonect: {port: 8888,alias: {'/foo': './bar'}}
The text was updated successfully, but these errors were encountered:
Right now you have to use a middleware to alias a path to a different folder. For example if I want to serve folder
/foo
at path/bar
there is no configuration based solution. It would be nice it we can just use a config for doing this. Something like this:The text was updated successfully, but these errors were encountered: