Ghost/ghost/ghost
Fabien O'Carroll fd8bbeebcf Added support for GET /inbox/:owner
ref https://linear.app/tryghost/issue/MOM-127

We're gonna want auth & filtering on this long term, but for now whilst in
development it's fine as is.
2024-05-16 17:22:45 +07:00
..
src Added support for GET /inbox/:owner 2024-05-16 17:22:45 +07:00
test Added NestJS Playground 2024-03-13 19:44:06 +07:00
.eslintrc.js Allowed underscore prefixed unused params 2024-05-15 12:41:34 +07:00
package.json Added testing utilities for NestJS 2024-05-15 12:41:34 +07:00
README.md Added NestJS Playground 2024-03-13 19:44:06 +07:00
tsconfig.json Added NestJS Playground 2024-03-13 19:44:06 +07:00

Ghost

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