I installed Pixlet and have followed the instructions very well but I end up with this error on call:
error loading applet: failed to read file hello_world.star: open hello_world.star: no such file or directory
What am I missing?
.star file:
load("render.star", "render")
def main():
return render.Root(
child = render.Text("Hello, World!")
)
Action:
pixlet serve hello_world.star