From 54428ca6f6d5c63e82de6a360cb49d199f4b0d1d Mon Sep 17 00:00:00 2001 From: K Simmons Date: Mon, 17 Oct 2022 16:49:34 -0700 Subject: [PATCH] swap to using vercel to run the local zed.dev server --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index a64b411ef3..e1b87dd48b 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: cd ../zed.dev && PORT=3000 npx next dev +web: cd ../zed.dev && PORT=3000 npx vercel dev collab: cd crates/collab && cargo run