Add ahead-of-time compilation for cli and optimize thumbnail caching
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 46s
Python / lint-format (pull_request) Successful in 49s
Python / test (pull_request) Successful in 47s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m42s
C++ / build (pull_request) Successful in 3m7s

This commit is contained in:
2026-07-08 12:23:45 +02:00
parent ffefd3e202
commit 6d5609fe5b
7 changed files with 97 additions and 31 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from . import main
from zshell import main
if __name__ == "__main__":
main()