cheatcode / joystick

A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
https://cheatcode.co/joystick
Other
209 stars 11 forks source link

Convert all paths in Joystick to relative to the file #294

Closed rglover closed 2 months ago

rglover commented 1 year ago

For example, instead of /path/to/folder/with/index do /path/to/folder/with/index/index.js. This is so we can improve support for Node.js 19+. They got rid of the experimental flag we used to handle the automatic path resolution and I haven't found a good replacement that I'd trust.

rglover commented 2 months ago

Done.