Hi there!
I might just be overlooking something, but is there a way to set the working directory for ./fips run to the project folder?
I have some assets that need to be loaded in during runtime, which would end up in the same folder as the executable in the finished deployment. As of now, I am calling ./fips build and then manually invoking the produced binary in the correct path.
edit: grammar
Hi there!
I might just be overlooking something, but is there a way to set the working directory for
./fips runto the project folder?I have some assets that need to be loaded in during runtime, which would end up in the same folder as the executable in the finished deployment. As of now, I am calling
./fips buildand then manually invoking the produced binary in the correct path.edit: grammar