feat: support nginx and Apache project creation

This commit is contained in:
reaper
2026-08-14 13:38:50 -05:00
parent 702cc2c1a6
commit eb3a169ff1
4 changed files with 57 additions and 12 deletions
+1
View File
@@ -87,6 +87,7 @@ export interface AuroraSiteCredentials {
export interface AuroraStackOptions {
phpVersion: string
nodeVersion: string
webServer: 'nginx' | 'apache'
database: 'mariadb' | 'postgres'
databaseVersion: string
adminer: boolean