mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
9367f719f2
Instead, admins are specified using a JSON file, 'admins.json'. This file is gitignored. If it is not present, there is a default list of admins in 'admins.default.json'.
6 lines
113 B
Bash
Executable File
6 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd crates/collab
|
|
cargo run --quiet --package=collab --features seed-support --bin seed -- $@
|