UNPKG

@lando/wordpress

Version:

A Lando plugin that provides a tight integration with WordPress.

13 lines (11 loc) 149 B
'use strict'; /* * Init WordPress */ module.exports = { name: 'wordpress', defaults: { 'php': '8.3', 'database': 'mysql:8.0', }, };