feat: add native Adminer database access

This commit is contained in:
reaper
2026-08-22 04:26:37 -05:00
parent 92b1c98f36
commit 5a61c1c6ff
11 changed files with 163 additions and 26 deletions
+4 -1
View File
@@ -15,12 +15,15 @@ const componentIds = new Set([
'nginx',
'apache',
'mariadb',
'mariadb-client',
'mariadb-dump',
'mysql',
'postgres',
'node',
'composer',
'wp-cli',
'drush'
'drush',
'adminer'
])
export function validateNativeRuntimeManifest(value: unknown): AuroraNativeRuntimeManifest {