Skip to content

Commit

Permalink
add nextjs webapp submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuvssut committed May 10, 2024
1 parent 7ee708d commit 8f8b6d6
Show file tree
Hide file tree
Showing 5 changed files with 6,872 additions and 438 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "example/website"]
path = example/website
url = https://github.com/0chain/zus-example-website.git
[submodule "example/next"]
path = example/next
url = https://github.com/0chain/zus-example-webapp.git
1 change: 1 addition & 0 deletions example/next
Submodule next added at 6bccea
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"workspaces": [
"lib/js-sdk/",
"example/website/"
"example/*"
],
"scripts": {
"dev:app": "cd ./example/webapp && yarn dev",
Expand Down

0 comments on commit 8f8b6d6

Please sign in to comment.