Skip to content

Commit

Permalink
feat: ✨ add examples directory with .gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
peelar committed Sep 8, 2023
1 parent 3afdb4d commit 263e4d0
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[submodule "examples/dashboard-extensions"]
path = examples/dashboard-extensions
url = https://github.com/saleor/saleor-app-template
[submodule "examples/metadata-manager"]
path = examples/metadata-manager
url = https://github.com/saleor/saleor-app-template
[submodule "examples/external-webhook"]
path = examples/external-webhook
url = https://github.com/saleor/saleor-app-template
[submodule "examples/async-webhook-handler"]
path = examples/async-webhook-handler
url = https://github.com/saleor/saleor-app-template
[submodule "examples/protected-route"]
path = examples/protected-route
url = https://github.com/saleor/saleor-app-template
[submodule "examples/trpc"]
path = examples/trpc
url = https://github.com/saleor/saleor-app-template
1 change: 1 addition & 0 deletions examples/async-webhook-handler
Submodule async-webhook-handler added at 957bbd
1 change: 1 addition & 0 deletions examples/dashboard-extensions
Submodule dashboard-extensions added at 957bbd
1 change: 1 addition & 0 deletions examples/external-webhook
Submodule external-webhook added at 957bbd
1 change: 1 addition & 0 deletions examples/metadata-manager
Submodule metadata-manager added at 957bbd
1 change: 1 addition & 0 deletions examples/protected-route
Submodule protected-route added at 957bbd
1 change: 1 addition & 0 deletions examples/trpc
Submodule trpc added at 957bbd

0 comments on commit 263e4d0

Please sign in to comment.