-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9571f0f
commit e7ec3aa
Showing
6 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
[submodule "template-react-vite-muijoy"] | ||
path = template-react-vite-muijoy | ||
url = https://github.com/DRincs-Productions/pixi-vn-react-template | ||
branch = main | ||
[submodule "template-react-vite-muijoy-multidevice"] | ||
path = template-react-vite-muijoy-multidevice | ||
url = https://github.com/DRincs-Productions/pixi-vn-react-template | ||
branch = electron |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## Add assert | ||
|
||
```bash | ||
git submodule add <link> '<Neme Folder>' | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule template-react-vite-muijoy
updated
4 files
+14 −14 | README.md | |
+1 −0 | src/AppRoutes.tsx | |
+6 −2 | src/utility/ActionsUtility.ts | |
+3 −0 | vite.config.ts |
Submodule template-react-vite-muijoy-multidevice
added at
2fa792