Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 15, 2024
1 parent e292f1c commit b0618c7
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 12 deletions.
29 changes: 17 additions & 12 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
[submodule "Biome"]
path = Biome
url = ssh://[email protected]/CodeEditorLand/DependencyBiome.git
path = Biome
url = ssh://[email protected]/CodeEditorLand/DependencyBiome.git

[submodule "Microsoft"]
path = Microsoft
url = ssh://[email protected]/CodeEditorLand/DependencyMicrosoft.git
path = Microsoft
url = ssh://[email protected]/CodeEditorLand/DependencyMicrosoft.git

[submodule "OXC"]
path = OXC
url = ssh://[email protected]/CodeEditorLand/DependencyOXC.git
path = OXC
url = ssh://[email protected]/CodeEditorLand/DependencyOXC.git

[submodule "Rolldown"]
path = Rolldown
url = ssh://[email protected]/CodeEditorLand/DependencyRolldown.git
path = Rolldown
url = ssh://[email protected]/CodeEditorLand/DependencyRolldown.git

[submodule "SWC"]
path = SWC
url = ssh://[email protected]/CodeEditorLand/DependencySWC.git
path = SWC
url = ssh://[email protected]/CodeEditorLand/DependencySWC.git

[submodule "Tauri"]
path = Tauri
url = ssh://[email protected]/CodeEditorLand/DependencyTauri.git
path = Tauri
url = ssh://[email protected]/CodeEditorLand/DependencyTauri.git
1 change: 1 addition & 0 deletions Maintain/Cache/Dependency/Vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["CodeEditorLand/Turbo"]
1 change: 1 addition & 0 deletions Maintain/Cache/Exclude/Vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions Maintain/Cache/Include/Vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["CodeEditorLand/Vercel"]
1 change: 1 addition & 0 deletions Maintain/Cache/Organization/Vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["CodeEditorLand"]
1 change: 1 addition & 0 deletions Maintain/Daily.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Dependency=(
"Rolldown"
"SWC"
"Tauri"
"Vercel"
)

for Dependency in "${Dependency[@]}"; do
Expand Down
1 change: 1 addition & 0 deletions Maintain/Monthly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Dependency=(
"Rolldown"
"SWC"
"Tauri"
"Vercel"
)

for Dependency in "${Dependency[@]}"; do
Expand Down
1 change: 1 addition & 0 deletions Maintain/Weekly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Dependency=(
"Rolldown"
"SWC"
"Tauri"
"Vercel"
)

for Dependency in "${Dependency[@]}"; do
Expand Down
1 change: 1 addition & 0 deletions Vercel
Submodule Vercel added at 22e19f

0 comments on commit b0618c7

Please sign in to comment.