Skip to content
Snippets Groups Projects
Dennis Collaris's avatar
Dennis Collaris authored
Every user was using the same global queryPublisher, with the risk of one users message setting headers
that were then used for another users response.
064a7af7
History

query-service

To run this, you'll first need to link the ts-common package to the schema-service package. To do this, first make sure you have it in your workspace:

Pull the latest changes of development-script:

git pull

And pull the latest changes of ts-common:

cd dependencies/ts-common
git pull

(you can also run the commands of the monorepo to pull ALL dependencies, it also works)

Then use the proper make command to link the ts-common package to this one:

make link

To run:

make develop

or (in this alternative, you need to run bun install first)

bun run dev