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
In loopback 4 ,how do we use to host folder with the same port.In version 3 i use
"files": {
"loopback#static": {
"params": "$!../client"
}
},
to host client folder.
Now is there any option available to host client folder
The text was updated successfully, but these errors were encountered:
Hi @Debanjan123, the feature for LoopBack's REST component to support static file hosting is currently being planned, and you can keep a track of its progress in this issue: loopbackio/loopback-next#691. Thanks for letting us know that users are actively looking for this feature. I'll be closing this issue for now.
In loopback 4 ,how do we use to host folder with the same port.In version 3 i use
"files": {
"loopback#static": {
"params": "$!../client"
}
},
to host client folder.
Now is there any option available to host client folder
The text was updated successfully, but these errors were encountered: