Commit 7802ed6d authored by tywldx's avatar tywldx

f

parent 8b3e8ae7
...@@ -131,7 +131,7 @@ function getProjectConfigPromise() { ...@@ -131,7 +131,7 @@ function getProjectConfigPromise() {
temp.command2 = pro["build_command"]; temp.command2 = pro["build_command"];
temp.command = pro["start_command"]; temp.command = pro["start_command"];
} else if (pro["type"] == "ui") { } else if (pro["type"] == "ui") {
temp.command = pro["build_command"] temp.command2 = pro["build_command"];
} else if (pro["type"] == "node") { } else if (pro["type"] == "node") {
temp.command = pro["start_command"] temp.command = pro["start_command"]
temp.command2 = pro["stop_command"] temp.command2 = pro["stop_command"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment