mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-18 05:58:20 +01:00
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
<?php
|
|
|
|
use Formwork\Commands\ServeCommand;
|
|
|
|
require dirname(__DIR__) . '/vendor/autoload.php';
|
|
|
|
(new ServeCommand())->start();
|