mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Add seed-db script
This commit is contained in:
parent
0b6376bdda
commit
2b9b9b8f1f
1 changed files with 5 additions and 0 deletions
5
script/seed-db
Executable file
5
script/seed-db
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
cd server
|
||||
cargo run --bin seed
|
Loading…
Reference in a new issue