{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"steps": [
{
"step": "writeFile",
"path": "/var/www/html/wp-content/mu-plugins/wasmer-env-vars.php",
"data": "<?php\nputenv(\"WASMER_GRAPHQL_URL=http://localhost:4000/graphql\");\nputenv(\"WASMER_APP_ID=abc\");"
},
{
"step": "runPHP",
"code": "<?php require_once 'wp-load.php'; require_once ABSPATH . WPINC . '/update.php'; wp_version_check( [], true ); ?>"
}
]
}