primatejs / primate

Web framework focused on flexibility and developer freedom
https://primatejs.com
MIT License
200 stars 9 forks source link

Routes marked as invalid on Windows due to path resolution #98

Closed Daniel-Ozori closed 7 months ago

Daniel-Ozori commented 7 months ago

Routes are marked as invalid on windows because of how the paths are resolved. !! primate invalid path a\[alias] ++ use only letters, digits, '_', '[', ']' or '=' in path filenames.

Paths are resolved using backslashes on windows. An invalid character

terrablue commented 7 months ago

Hi, thanks for the bug report. Could you please try again with the newly released 0.30.2?

Daniel-Ozori commented 7 months ago

Hello, It works now. Thanks

phaleth commented 7 months ago

thanks for the feedback. @Daniel-Ozori