WIP: Moves some common views to a Styleguide module, working on room table and form.

This commit is contained in:
2025-12-31 16:16:39 -05:00
parent c29e1acffe
commit 34bba7bdfc
15 changed files with 370 additions and 90 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
touch .build/browser-dev-sync
browser-sync start -p 0.0.0.0:8080 --ws --no-open &
# browser-sync start --proxy localhost:8080 --ws -w --no-notify &
watchexec -w Sources -e .swift -r 'swift build --product App && touch .build/browser-dev-sync' &
watchexec -w .build/browser-dev-sync --ignore-nothing -r '.build/debug/App'
watchexec -w .build/browser-dev-sync -r 'swift run App'