appwrite/app/config/runtimes.php
2025-01-08 16:14:33 +00:00

9 lines
139 B
PHP

<?php
/**
* List of Appwrite Functions supported runtimes
*/
use Appwrite\Runtimes\Runtimes;
return (new Runtimes('v4rc'))->getAll();