mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
Fix frontend not starting in release mode
This commit is contained in:
parent
0b78e1bb24
commit
4935ffd0d1
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ async fn run_server() -> anyhow::Result<()> {
|
|||
match (cfg!(feature = "release"), cfg!(feature = "scenario_runner")) {
|
||||
(true, _) => {
|
||||
std::process::Command::new(std::env::current_exe()?)
|
||||
.args(["server"])
|
||||
.env(FRONTEND_ENV, "")
|
||||
.spawn()
|
||||
.expect("failed to execute client process");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue