By default, the configuration file is site.json, in some tr command you can config to use different configuration (read CLI --help result to learn).
{
"domain": "your domain",
"title": "your site title",
"description": "your site description"
}
Optional options are
"output-path", default value is"_build", wheretr buildcommand produces files for publish. You can runpython3 -m http.server -d _build
to view result, or upload it to host.
"mode", default value is"release". When the value of"mode"is"dev", TR producessourcemap.jsonin the output path, that enables Meta/Ctrl + E to edit the current page.