mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-07 11:55:33 +01:00
feat: add support for Astro projects
This commit is contained in:
parent
022315edd3
commit
cd4355bbc1
6 changed files with 75 additions and 4 deletions
10
src/Enum/ProjectType.php
Normal file
10
src/Enum/ProjectType.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Enum;
|
||||
|
||||
enum ProjectType
|
||||
{
|
||||
case Astro;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue