feat(api): Add routes for subscribing webhook

This commit is contained in:
Baptiste Arnaud
2022-02-21 11:46:56 +01:00
parent 5a80774ff5
commit 68ae69f366
21 changed files with 470 additions and 175 deletions

View File

@@ -10,13 +10,13 @@
"docker:up": "docker-compose up -d",
"db:nuke": "docker-compose down --volumes --remove-orphans",
"dev": "yarn docker:up && turbo run dev --parallel",
"dev:mocking": "yarn docker:up && NEXT_PUBLIC_AUTH_MOCKING=enabled turbo run dev --parallel",
"build": "yarn docker:up && turbo run build",
"test:builder": "cd apps/builder && yarn test",
"lint": "turbo run lint"
},
"devDependencies": {
"dotenv-cli": "^4.1.1",
"turbo": "^1.1.2"
"turbo": "^1.1.3"
},
"packageManager": "yarn@1.22.17"
}