From 2fe2344d88bccdc7083f659b984ca2fc31fa0d35 Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Wed, 22 Jul 2026 16:21:16 +0800 Subject: [PATCH] feat(cli): add polyfill requirement to CLI bootstrap - Include polyfills.php in cli.php to ensure runtime compatibility - Maintain existing argument handling and main function execution - Enable consistent environment setup across all entry points --- cli.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cli.php b/cli.php index bf5b6081..a8460894 100755 --- a/cli.php +++ b/cli.php @@ -1,4 +1,5 @@ #!/usr/bin/env php