cli: move backend runner and IPC into start module

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-04-29 11:28:16 +02:00
parent 0135299c6e
commit bca0248075
6 changed files with 2 additions and 2 deletions
@@ -17,7 +17,7 @@
import fs from 'fs-extra';
import { resolve as resolvePath } from 'path';
import { paths } from '../../../../../lib/paths';
import { runBackend } from '../../../../../lib/runner';
import { runBackend } from '../../../lib/runner';
interface StartBackendOptions {
targetDir: string;
@@ -21,7 +21,7 @@ import { IpcServer, ServerDataStore } from '../ipc';
import debounce from 'lodash/debounce';
import { fileURLToPath } from 'url';
import { isAbsolute as isAbsolutePath } from 'path';
import { paths } from '../paths';
import { paths } from '../../../../lib/paths';
import spawn from 'cross-spawn';
const loaderArgs = [