Skip to content

Commit

Permalink
Update netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Feb 3, 2025
1 parent 24502ae commit c48e4b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
[build]
command = "yarn --cwd packages/ui build"
command = "yarn global add husky && yarn --cwd packages/ui build"
publish = "packages/ui/public"

edge_functions = "packages/ui/api"

[build.environment]
YARN_FLAGS = "--network-concurrency 1"

[[edge_functions]]
path = "/ai"
function = "ai"

0 comments on commit c48e4b7

Please sign in to comment.