diff options
| author | t <t@tjp.lol> | 2026-07-11 14:06:25 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-11 19:59:46 -0600 |
| commit | 48352c770a932bd628cc5eb22ea3b899b041c485 (patch) | |
| tree | 46f0ff0c4d206db8b5f0fd1d27555d55a20940ab /mise.toml | |
| parent | 9cd3f87dd63bff27acbe3966e90f3b689e898b93 (diff) | |
Configure local site builds and note synchronization
Add Air and mise configuration for local rebuilds, record generated output
paths, and update the documented sync workflow.
Diffstat (limited to 'mise.toml')
| -rw-r--r-- | mise.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..4cd8141 --- /dev/null +++ b/mise.toml @@ -0,0 +1,5 @@ +[tasks.gen] +run = "weft -gitignore . https://tjp.lol" + +[tasks.dev] +run = "(sleep 1 && open http://127.0.0.1:8001/) & exec air" |
