Skip to content

Commit

Permalink
Bump submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Dec 4, 2023
1 parent 3a785f7 commit 8152c68
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
11 changes: 10 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
path = apps/duck-estimator
url = [email protected]:bperel/duck-estimator.git
branch=master
[submodule "apps/duckguessr"]
[submodule "duckguessr-old"]
path = apps/duckguessr-old
url = [email protected]:bperel/duckguessr.git
branch=master
[submodule "duckguessr"]
path = apps/duckguessr
url = [email protected]:bperel/duckguessr.git
branch=nuxt3-to-vite-vue3
[submodule "duckguessr-ml"]
branch=ts
path = packages/duckguessr-ml
url = [email protected]:bperel/duckguessr-ml.git
2 changes: 1 addition & 1 deletion apps/duckguessr
2 changes: 1 addition & 1 deletion apps/dumili
1 change: 1 addition & 0 deletions packages/duckguessr-ml
Submodule duckguessr-ml added at 1fa870
7 changes: 4 additions & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
packages:
- 'apps/*'
- 'apps/*/api'
- 'packages/*'
- "apps/*"
- "!apps/duckguessr-old"
- "apps/*/packages/*"
- "packages/*"

0 comments on commit 8152c68

Please sign in to comment.