mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
swap to using vercel to run the local zed.dev server
This commit is contained in:
parent
54cf6fa838
commit
54428ca6f6
1 changed files with 1 additions and 1 deletions
2
Procfile
2
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
|
||||
|
|
Loading…
Reference in a new issue