This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* External dependencies | |
*/ | |
import { get, set } from 'googlesitekit-api'; | |
import { registerStore } from 'googlesitekit-data'; | |
const DEFAULT_STATE = { | |
connectionInfo: {}, | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Use this file as your `docker-compose.yml` if you set up a 10updocker local WordPress site to | |
# run Site Kit's WordPress site (recommended; see: https://10up.github.io/wp-local-docker-docs/) | |
# `$ABSOLUTE_PATH_TO_SITE_KIT_REPO` should be replaced with something like `/Users/$YOUR_USER/Projects/site-kit-wp` | |
version: '3' | |
services: | |
memcached: | |
image: 'memcached:latest' | |
nginx: | |
image: 'nginx:latest' |
OlderNewer