v0.10.1
lune run main.luau works normally but running the standalone binary with require does not work.
> Make the file "main.luau" with the content require("./anotherluaumodule")
> Build the file lune build main.luau
> Execute the binary
Apparently lune std library "@lune/..." does work.
This used to work in previous versions of lune what do I need to do?
v0.10.1
lune run main.luauworks normally but running the standalone binary with require does not work.> Make the file "main.luau" with the content
require("./anotherluaumodule")> Build the file
lune build main.luau> Execute the binary
Apparently lune std library "@lune/..." does work.
This used to work in previous versions of lune what do I need to do?