feat: Adds docker support to start building views.

This commit is contained in:
2025-12-30 13:41:25 -05:00
parent 79ea188e07
commit 2bbff896c9
11 changed files with 174 additions and 10 deletions

5
swift-dev Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
touch .build/browser-dev-sync
browser-sync start -p 0.0.0.0:8080 --ws --no-open &
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'