Skip to content

Commit

Permalink
fix: fix netlify build error
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyli committed Sep 8, 2023
1 parent 20036e6 commit fd26d15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
publish = "dist"
functions = "functions"

[build.environment]
NODE_OPTIONS = "--max_old_space_size=4096"

[dev]
command = "npm run start"
targetPort = 3000
Expand Down

0 comments on commit fd26d15

Please sign in to comment.