From 48352c770a932bd628cc5eb22ea3b899b041c485 Mon Sep 17 00:00:00 2001 From: t Date: Sat, 11 Jul 2026 14:06:25 -0600 Subject: 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. --- mise.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mise.toml (limited to 'mise.toml') 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" -- cgit v1.3