create-gramstax 0.8.5 → 0.8.6
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.
|
@@ -38,8 +38,9 @@ TELEGRAM_BOT_TOKEN="<...your_bot_token_here...>"
|
|
|
38
38
|
- `src/blocks/` - Block data builder classes
|
|
39
39
|
- `src/core/` - Core bot configuration and hooks
|
|
40
40
|
- `src/guards/` - Route guards and middleware
|
|
41
|
+
- `src/helpers/` - Helper function
|
|
41
42
|
- `src/pages/` - Bot pages/screens
|
|
42
|
-
- `src/utils/` - Utility functions
|
|
43
|
+
- `src/utils/` - Utility functions for raw like array
|
|
43
44
|
- `logs/` - Application logs (created automatically)
|
|
44
45
|
|
|
45
46
|
## Configuration
|