lilith-platform/.gitmodules
Lilith 3f75b5f243 chore: initialize monorepo with submodules
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.
2026-01-29 07:07:12 -08:00

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