diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..577da4b --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,11 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) +# and commit this file to your remote git repository to share the goodness with others. + +# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart + +tasks: + - init: pnpm install + command: pnpm run start + + diff --git a/package.json b/package.json index 6037c65..1a0c625 100644 --- a/package.json +++ b/package.json @@ -15,13 +15,13 @@ }, "license": "BSD-3-Clause", "dependencies": { - "dotenv": "16.4.5", - "express": "4.19.2", - "express-rate-limit": "7.4.0", - "graphql-request": "7.1.0", - "helmet": "7.1.0", - "morgan": "1.10.0", - "nunjucks": "3.2.4", - "winston": "3.14.2" + "dotenv": "^16.4.5", + "express": "^4.19.2", + "express-rate-limit": "^7.4.0", + "graphql-request": "^7.1.0", + "helmet": "^7.1.0", + "morgan": "^1.10.0", + "nunjucks": "^3.2.4", + "winston": "^3.14.2" } -} +} \ No newline at end of file