Skip to content

Commit

Permalink
version bump vite
Browse files Browse the repository at this point in the history
  • Loading branch information
evandor committed Dec 14, 2024
1 parent 7253398 commit daa7197
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "src/bookmarks"]
path = src/bookmarks
url = https://github.com/evandor/submodule-bookmarks.git
branch = chrome-extension
branch = main
[submodule "src/windows"]
path = src/windows
url = https://github.com/evandor/submodule-windows.git
Expand Down
20 changes: 11 additions & 9 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,22 @@ git checkout edge-extension
make sure you added the submodules: in the root folder, run

```
git submodule add -b main https://github.com/evandor/submodule-bookmarks.git src/bookmarks
git submodule add -b main https://github.com/evandor/submodule-core.git src/core
git submodule add -b localstorage https://github.com/evandor/submodule-tabsets.git src/tabsets
git submodule add -b localstorage https://github.com/evandor/submodule-spaces.git src/spaces
git submodule add -b chrome-extension https://github.com/evandor/submodule-bookmarks.git src/bookmarks
git submodule add -b main https://github.com/evandor/submodule-windows.git src/windows
git submodule add -b main https://github.com/evandor/submodule-suggestions.git src/suggestions
git submodule add -b main https://github.com/evandor/submodule-thumbnails.git src/thumbnails
git submodule add -b main https://github.com/evandor/submodule-content.git src/content
git submodule add -b localstorage https://github.com/evandor/submodule-features.git src/features
git submodule add -b localstorage https://github.com/evandor/submodule-notes.git src/notes
git submodule add -b localstorage https://github.com/evandor/submodule-tabsets.git src/tabsets
git submodule add -b main https://github.com/evandor/submodule-opentabs.git src/opentabs
git submodule add -b main https://github.com/evandor/submodule-snapshots.git src/snapshots
git submodule add -b main https://github.com/evandor/submodule-ui.git src/ui
git submodule add -b main https://github.com/evandor/submodule-requests.git src/requests
git submodule add -b main https://github.com/evandor/submodule-navigation.git src/navigation
git submodule add -b main https://github.com/evandor/submodule-search.git src/search
git submodule add -b localstorage https://github.com/evandor/submodule-snapshots.git src/snapshots
git submodule add -b main https://github.com/evandor/submodule-spaces.git src/spaces
git submodule add -b main https://github.com/evandor/submodule-suggestions.git src/suggestions
git submodule add -b localstorage https://github.com/evandor/submodule-tabsets.git src/tabsets
git submodule add -b localstorage https://github.com/evandor/submodule-thumbnails.git src/thumbnails
git submodule add -b main https://github.com/evandor/submodule-ui.git src/ui
git submodule add -b main https://github.com/evandor/submodule-windows.git src/windows
```

Expand Down
2 changes: 1 addition & 1 deletion src/spaces

0 comments on commit daa7197

Please sign in to comment.