rbxts-flamework / core

Flamework is an extensible game framework. It requires typescript and offers many useful features.
MIT License
112 stars 8 forks source link

addPaths broken with multiplaces #112

Closed pxky closed 1 month ago

pxky commented 2 months ago

passing any path into addPaths throws an error during compilation if using a multiplace setup

image

Fireboltofdeath commented 2 months ago

Flamework doesn't support TypeScript's path aliases. You have to use the full path from your shared project root (I'm not sure exactly where this would be in multiplace projects, but it's probably your project directory)

pxky commented 1 month ago

image full path works ✔️