diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..8c664dd --- /dev/null +++ b/.env.example @@ -0,0 +1,2 @@ +# Add the url of the graphql server here. +GRAPH_QL_URI= \ No newline at end of file diff --git a/.gitignore b/.gitignore index 62d8545..1c37e91 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,4 @@ next-env.d.ts #environmennt file -.env \ No newline at end of file +.env