forked from alchemy-run/alchemy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
72 lines (72 loc) · 1.9 KB
/
Copy path.gitmodules
File metadata and controls
72 lines (72 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# reference-only checkout of the repos — skipped by
# `git submodule update --init` (CI included). Fetch explicitly with
# `git submodule update --init --checkout -- .vendor/<repo>`.
[submodule "vendor/alchemy"]
path = .vendor/alchemy
url = https://github.com/alchemy-run/alchemy-async.git
shallow = true
update = none
ignore = all
[submodule "vendor/workers-sdk"]
path = .vendor/workers-sdk
url = https://github.com/cloudflare/workers-sdk.git
shallow = true
update = none
ignore = all
[submodule "vendor/next.js"]
path = .vendor/next.js
url = https://github.com/vercel/next.js.git
shallow = true
update = none
ignore = all
[submodule "vendor/opennextjs-cloudflare"]
path = .vendor/opennextjs-cloudflare
url = https://github.com/opennextjs/opennextjs-cloudflare.git
shallow = true
update = none
ignore = all
[submodule "vendor/astro"]
path = .vendor/astro
url = https://github.com/withastro/astro.git
shallow = true
update = none
ignore = all
[submodule "vendor/sveltekit"]
path = .vendor/sveltekit
url = https://github.com/sveltejs/kit.git
shallow = true
update = none
ignore = all
[submodule "vendor/waku"]
path = .vendor/waku
url = https://github.com/wakujs/waku.git
shallow = true
update = none
ignore = all
[submodule "vendor/nuxt"]
path = .vendor/nuxt
url = https://github.com/nuxt/nuxt.git
shallow = true
update = none
ignore = all
[submodule "vendor/nitro"]
path = .vendor/nitro
url = https://github.com/nitrojs/nitro.git
shallow = true
update = none
ignore = all
[submodule "vendor/nitro-cloudflare-dev"]
path = .vendor/nitro-cloudflare-dev
url = https://github.com/nitrojs/nitro-cloudflare-dev.git
shallow = true
update = none
ignore = all
[submodule "distilled"]
path = distilled
url = https://github.com/alchemy-run/distilled.git
[submodule "vendor/floci"]
path = .vendor/floci
url = https://github.com/alchemy-run/floci.git
shallow = true
update = none
ignore = all