diff options
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile index 0937667..00f13a1 100755 --- a/justfile +++ b/justfile @@ -22,7 +22,7 @@ build: go run ./cmd/build dev: - systemfd -s http::3000 -- modd + modd deploy-vercel-preview: clean build vercel pull --environment=preview |