This website requires JavaScript.
Explore
Help
Sign in
opdavies
/
build-configs
Watch
1
Star
0
Fork
You've already forked build-configs
0
mirror of
https://github.com/opdavies/build-configs.git
synced
2025-09-06 11:25:33 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b6b6e86558
build-configs
/
src
/
Enum
/
ProjectType.php
12 lines
108 B
PHP
Raw
Normal View
History
Unescape
Escape
feat: add support for Astro projects
2023-09-24 18:10:24 +01:00
<
?
php
declare
(
strict_types
=
1
);
namespace
App\Enum
;
enum
ProjectType
{
case
Astro
;
refactor(drupal): reorganise templates
2023-09-24 22:54:30 +01:00
case
Drupal
;
feat: add support for Astro projects
2023-09-24 18:10:24 +01:00
}
Reference in a new issue
Copy permalink