Skip to content

Commit

Permalink
Fixing netlify.toml file (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ct3685 authored Oct 25, 2023
1 parent 06388f5 commit 6cfc5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[functions]
directory = "packages/functions/src"
included_files = ["!node_modules/@swc/core-linux-x64-musl/*","!node_modules/@swc/core-linux-x64-gnu/*", "node_modules/envkey/ext/envkey-source_*_linux_amd64/envkey-source"]
external_node_modules = ["express", "enveky"]
external_node_modules = ["express", "envkey"]
node_bundler = "esbuild"

[[plugins]]
Expand Down

0 comments on commit 6cfc5eb

Please sign in to comment.