Skip to content

Commit

Permalink
feat: add netlify.toml for tangle-dapp
Browse files Browse the repository at this point in the history
  • Loading branch information
AtelyPham committed Oct 20, 2023
1 parent 3b718ae commit 2d83cf7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/tangle-dapp/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[[plugins]]
package = "@netlify/plugin-nextjs"

[build]
command = "yarn nx build tangle-dapp --verbose --skip-nx-cache"
publish = "./dist/apps/tangle-dapp/.next"

0 comments on commit 2d83cf7

Please sign in to comment.