1
0
mirror of https://github.com/helix-editor/helix synced 2026-07-29 11:50:02 +02:00
Files
2026-06-20 14:42:38 +09:00

19 lines
169 B
Plaintext

app {
name = "helix"
server {
host = "localhost"
ports = [
80,
443
]
}
list = [
{
id = 1
},
{
id = 2
}
]
}