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 @marko/run, I want to be able to create routes with a leading underscore, like _foo. Using earlier versions, this was possible by URL encoding the path, eg %5ffoo+page.marko, avoiding the actual underscore itself, as that is a reserved character to create pathless directories.
One particular route looks something like: /5.x/generate/png. I'm struggling to get marko-run to recognize "5.x" as the route, and not /5/x. Any tricks to get this working?
Version: 5.0.11
Details
In @marko/run, I want to be able to create routes with a leading underscore, like
_foo
. Using earlier versions, this was possible by URL encoding the path, eg%5ffoo+page.marko
, avoiding the actual underscore itself, as that is a reserved character to create pathless directories.It works ok with
@marko/[email protected]
+@marko/[email protected]
But breaks with
@marko/[email protected]
+@marko/[email protected]
, with all other packages remaining unchanged.Windows don't like
%
in a filename, so I suspect we need another solution for this.Your Environment
Mac OS 15.2
Node 22.11.0
The text was updated successfully, but these errors were encountered: