Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
More dev setup
Browse files Browse the repository at this point in the history
  • Loading branch information
harshasomisetty committed Jul 18, 2023
1 parent ccdc348 commit 466f906
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 69 deletions.
4 changes: 3 additions & 1 deletion apps/backend-serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"scripts": {
"predev": "pnpm helius & npx prisma generate",
"dev": "serverless offline start --stage dev --config serverless.purple.yml & serverless offline start --stage dev --config serverless.green.yml",
"build": "tsc",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"test": "jest",
"test:tx": "jest integration",
Expand Down Expand Up @@ -58,6 +59,7 @@
"helius-sdk": "^1.0.7",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"node-fetch": "^3.3.1",
"prisma": "4.13.0",
"yup": "1.2.0"
},
Expand All @@ -72,7 +74,7 @@
"jest": "^27.0.0",
"jest-mock-extended": "2.0.4",
"rimraf": "^5.0.1",
"serverless": "^3.21.0",
"serverless": "^3.33.0",
"serverless-esbuild": "^1.43.1",
"serverless-iam-roles-per-function": "^3.2.0",
"serverless-offline": "^12.0.4",
Expand Down
3 changes: 3 additions & 0 deletions apps/backend-serverless/serverless.purple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,3 +484,6 @@ custom:
automatic: true
includeLayers: true
number: 3
esbuild:
forceInclude:
- '@prisma/client'
Loading

1 comment on commit 466f906

@vercel
Copy link

@vercel vercel bot commented on 466f906 Jul 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.