Root workspace configuration with 4 submodules: - codebase/ → lilith/platform-codebase - deployments/ → lilith/platform-deployments - tooling/ → lilith/platform-tooling - docs/ → lilith/platform-docs Tracks workspace config (package.json, turbo.json, bunfig.toml), CI workflows (.forgejo/), dev scripts, and instructions. Each submodule retains its own history and remote.
15 lines
421 B
Text
15 lines
421 B
Text
[submodule "codebase"]
|
|
path = codebase
|
|
url = ssh://git@forge.nasty.sh:2222/lilith/platform-codebase.git
|
|
|
|
[submodule "deployments"]
|
|
path = deployments
|
|
url = ssh://git@forge.nasty.sh:2222/lilith/platform-deployments.git
|
|
|
|
[submodule "tooling"]
|
|
path = tooling
|
|
url = ssh://git@forge.nasty.sh:2222/lilith/platform-tooling.git
|
|
|
|
[submodule "docs"]
|
|
path = docs
|
|
url = ssh://git@forge.nasty.sh:2222/lilith/platform-docs.git
|