Skip to content
Snippets Groups Projects
Commit 0c18b4b9 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix: fastify-hasura dependency

parent a87f00cc
No related branches found
No related tags found
1 merge request!5Fix/2/prod and dev docker
......@@ -18,6 +18,7 @@ services:
&& touch /run/openrc/softlevel
&& cp /app/docker/nginx.conf /etc/nginx/http.d/default.conf
&& rc-service nginx start
&& sed -i 's/fastify-hasura.*/fastify-hasura\": \"git+https:\\/\\/git.duniter.org\\/c-geek\\/fastify-hasura.git\",/g' package.json
&& pnpm install
&& pnpm build:front
&& pnpm start"
......
......@@ -35,7 +35,7 @@
"@swc/core": "^1.2.196",
"env-schema": "^5.0.0",
"fastify": "^3.29.0",
"fastify-hasura": "git+https://git.duniter.org/c-geek/fastify-hasura.git",
"fastify-hasura": "^0.1.1",
"fastify-plugin": "^3.0.1",
"graphql": "^16.5.0",
"graphql-tag": "^2.12.6",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment