Add build from config support (craft command) (#713)

* Add build from config support (craft command)

* fix 60s timeout

* Fix missing optional warning

* Fix Windows missing SIGINT bug

---------

Co-authored-by: DubbleClick <m@pyc.ac>
This commit is contained in:
Jerry Ma
2025-05-20 10:07:19 +08:00
committed by GitHub
19 changed files with 937 additions and 327 deletions

View File

@@ -85,4 +85,4 @@ const AUTOCONF_LDFLAGS = 8;
const AUTOCONF_ALL = 15;
ConsoleLogger::$date_format = 'H:i:s';
ConsoleLogger::$format = '[%date%] [I] %body%';
ConsoleLogger::$format = '[%date%] [%level_short%] %body%';