به Nostr بپیوندید
2026-05-05 12:16:12 UTC

Sofia on Nostr: best test data lol ```json { "port": 8080, "host": "127.0.0.1", "secrets": ["meow"], ...

best test data lol
```json
{
"port": 8080,
"host": "127.0.0.1",
"secrets": ["meow"],
"tests": {
"and": true,
"tests": ["./meow", "./nya"]
},
"exe": "./purr",
"period": 5
}
```