Skip to content

Commit

Permalink
[backend] feat: netlify build
Browse files Browse the repository at this point in the history
  • Loading branch information
helloitsdave committed Feb 11, 2024
1 parent 69076ed commit 229c726
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build]
command = "npm install && npm run build:netlify"
functions = "src"
[functions]
external_node_modules = ["express"]
node_bundler = "esbuild"
Expand Down

1 comment on commit 229c726

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage for this commit

100.00%

Coverage Report
FileBranchesFuncsLinesUncovered Lines
src
   index.ts100%100%100%
   prisma.ts100%100%100%
src/__mocks__
   prisma.ts100%100%100%

Please sign in to comment.