Ghost/ghost/email-service
Daniel Lockyer 48dda23554
Reverted "Added version information to log lines"
refs https://github.com/TryGhost/Toolbox/issues/501

- this reverts commit f2116357b7
- something with Elasticsearch is causing high CPU usage, so this commit
  reverts that for now
2023-01-17 13:20:47 +01:00
..
lib Removed possibility to use {uuid} replacements in email 2023-01-11 15:56:15 +01:00
test Restricted email-service package to 100% test coverage 2023-01-11 13:54:26 +01:00
.eslintrc.js
index.js
package.json Reverted "Added version information to log lines" 2023-01-17 13:20:47 +01:00
README.md

Email Service

Manages how posts are sent via email

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests