👍️[Update] Backend : backend exe name change text.exe to backend.exe

This commit is contained in:
misyaguziya
2024-08-21 01:18:02 +09:00
parent 95c0634300
commit aa0902ee15
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ export const useStartPython = () => {
const { receiveRoutes } = useReceiveRoutes();
const asyncStartPython = async () => {
const command = Command.sidecar("bin/test");
const command = Command.sidecar("bin/backend");
command.on("error", error => console.error(`error: "${error}"`));
command.stdout.on("data", (line) => {
let parsed_data = "";