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 have two folders in the root. "/app" and a "/.tmp". In the first one there is an index.html file and a subfolder "/styles" with main.scss. In the second one there is a subfolder "/styles" that contains main.css (The main.scss already processed).
The mount works, but you have to reference the folder from the workspace root. And you have to use the period, otherwise it starts looking from the drive root.
Just for common knowledge.
I spend a lot of time trying to use wildcards to mount my paths to dir like: ["/*js", "./out"].
Analyzing that code, I saw that the server HTTP package, used by liver-server is the Connect, And it doesn't support wildcards as you can see in this issue: app.use documentation.
So if you are working with distributed files in any directories on your workspace, and these files for some reason are represented by / (root path),
I have two folders in the root. "/app" and a "/.tmp". In the first one there is an index.html file and a subfolder "/styles" with main.scss. In the second one there is a subfolder "/styles" that contains main.css (The main.scss already processed).
In my settings I have
Only load the index.html
The text was updated successfully, but these errors were encountered: