feat(lst): intial scafolding for the new system

This commit is contained in:
2025-02-16 19:07:03 -06:00
parent 5c5bce024c
commit 2e0253636e
34 changed files with 679 additions and 29 deletions

9
lerna.json Normal file
View File

@@ -0,0 +1,9 @@
{
"packages": ["apps/*", "packages/*"],
"version": "independent",
"command": {
"publish": {
"conventionalCommits": true
}
}
}