adapt remark config and readme file to remark warnings

This commit is contained in:
mahula 2024-04-13 10:04:06 +02:00
parent 1893d9991d
commit acf7e9b810
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
], ],
[ [
"remark-lint-list-item-indent", "remark-lint-list-item-indent",
"space" "one"
] ]
] ]
} }

View File

@ -24,7 +24,7 @@ The project sets up an apollo server. It uses `type-graphql`.
The following commands are available: The following commands are available:
| Command | Description | | Command | Description |
|----------------------------|-------------------------------------------------| | -------------------------- | ----------------------------------------------- |
| `npm install` | Project setup | | `npm install` | Project setup |
| `npm run build` | Compiles and minifies for production | | `npm run build` | Compiles and minifies for production |
| `npm run start` | Runs productions server | | `npm run start` | Runs productions server |
@ -74,7 +74,7 @@ npm install
The following endpoints are provided given the right command is executed or all three if `docker compose` is used: The following endpoints are provided given the right command is executed or all three if `docker compose` is used:
| Endpoint | Description | | Endpoint | Description |
|----------------------------------------------------------------------|--------------------| | -------------------------------------------------------------------- | ------------------ |
| [http://localhost:4000/graphql](http://localhost:4000/graphql) | GraphQL API | | [http://localhost:4000/graphql](http://localhost:4000/graphql) | GraphQL API |
| [http://localhost:4000/playground](http://localhost:4000/playground) | GraphQL Playground | | [http://localhost:4000/playground](http://localhost:4000/playground) | GraphQL Playground |