feat(config): use toml config file

This commit is contained in:
2026-02-25 19:06:52 +01:00
parent a276e644a7
commit 825c02b626
10 changed files with 73 additions and 36 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ meson compile -C build
## Usage
1. Copy `config.yaml` and `www/` directory to your working directory
1. Copy `config.toml` and `www/` directory to your working directory
2. Run `./build/cws`
3. Open `http://localhost:3030` in your browser