Skip to content

Commit

Permalink
pub dist + lambda (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus-uw committed Dec 11, 2023
1 parent dccbad8 commit 13c5b03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@
"generate-types": "gql2ts graphql.gql > src/graphql-types.ts && sh export-graphql-types.sh",
"build:cloudflare": "webpack --config webpack.cloudflare.js"
},
"dist":[
"./dist/*",
"./lambda/*"
],
"types": "dist/index.d.ts",
"author": "Simon Ramsay",
"author": "ammobin",
"license": "MIT",
"dependencies": {
"@apollo/server": "^4.2.1",
Expand Down

0 comments on commit 13c5b03

Please sign in to comment.