Merge Luke and Zac

This commit is contained in:
Karmaa
2025-09-07 21:23:48 -05:00
committed by LukeGus
parent 60928ae191
commit 5f6792dc0d
38 changed files with 6648 additions and 3100 deletions

View File

@@ -21,7 +21,8 @@ function startBackendServer() {
backendProcess = spawn('node', [backendPath], {
stdio: ['ignore', 'pipe', 'pipe'],
detached: false
detached: false,
cwd: path.join(__dirname, '..') // Set working directory to app root
});
backendProcess.stdout.on('data', (data) => {