fix: dev mode in make dev

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-05-24 11:29:44 -03:00
parent cc53639ca8
commit 92cda1f189

View File

@@ -10,7 +10,7 @@ dev:
-proxy.enabled true \
-proxy.app_port $(PORT) \
-proxy.proxy_port $$(($(PORT) + 1)) \
-- -p $(PORT)
-- -p $(PORT) -d
dev-vercel:
air -build.pre_cmd 'make build-vercel' \