chatroom-cli 1.44.0 → 1.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -1
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -72586,6 +72586,9 @@ function viewTemplate() {
|
|
|
72586
72586
|
## Requirements
|
|
72587
72587
|
- <outcome or requirement>
|
|
72588
72588
|
|
|
72589
|
+
## Structure
|
|
72590
|
+
- <concrete folder structure, architecture style (e.g. vertical slice + clean architecture), key shape decisions>
|
|
72591
|
+
|
|
72589
72592
|
## Avoid
|
|
72590
72593
|
- <thing to not do / out of scope>`;
|
|
72591
72594
|
}
|
|
@@ -79881,5 +79884,5 @@ program2.hook("preAction", async (_thisCommand, actionCommand) => {
|
|
|
79881
79884
|
});
|
|
79882
79885
|
program2.parse();
|
|
79883
79886
|
|
|
79884
|
-
//# debugId=
|
|
79887
|
+
//# debugId=62F769B1DC9D20A764756E2164756E21
|
|
79885
79888
|
//# sourceMappingURL=index.js.map
|