We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ade4d commit 160edddCopy full SHA for 160eddd
1 file changed
src/CreateCommand.php
@@ -141,7 +141,7 @@ protected function handle(): int
141
}, $commands);
142
}
143
144
- if (sprout()->run(implode(' && ', $commands)) === 0) {
+ if (sprout()->process(implode(' && ', $commands))->setTimeout(null)->run() === 0) {
145
if ($this->projectType === 'api') {
146
if (\Leaf\FS\File::exists("$directory/vite.config.js")) {
147
\Leaf\FS\File::delete("$directory/vite.config.js");
0 commit comments