pixlet icon indicating copy to clipboard operation
pixlet copied to clipboard

Rename example to avoid circular dependency

Open blech opened this issue 4 months ago • 0 comments

Avoids the following error by renaming the script to avoid colliding with the library.

$ cd examples/sunrise/
$ pixlet serve sunrise.star 
2024/10/04 14:05:48 listening at http://127.0.0.1:8080
2024/10/04 14:05:48 error loading applet: starlark.ExecFile: cannot load sunrise.star: circular dependency detected: sunrise.star -> sunrise.star

blech avatar Oct 04 '24 21:10 blech