Skip to content
Snippets Groups Projects

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