feat: add native Adminer database access
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user