Fixing updates

This commit is contained in:
alex
2025-07-10 18:03:30 +03:00
parent e71d69f3f1
commit 5bc334fd2c
21 changed files with 617 additions and 418 deletions

View File

@@ -16,19 +16,18 @@ The basic directory tree looks something like this
│   ├── echo.lua
│   ├── _globals.lua Declaring global variables and functions for all internal scripts (also required for luarc to work correctly)
│   └── _prepare.lua Script that is executed before each script launch
── config.yaml
└── Makefile
── config.yaml
3 directories, 6 files
```
Launch by command
```bash
./node run
./bin/node run
```
or for structured logs
```bash
./node run | jq
./bin/node run | jq
```
Example of GET request to server