Change project name, create logo, change README.md to be soon updated.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// start.js
|
||||
const { spawn } = require('child_process');
|
||||
|
||||
const child = spawn('node', ["\"D:/Programming Projects/SSH-Project-JB/backend/server.js\""], {
|
||||
const child = spawn('node', ["\"D:/Programming Projects/Termix/backend/server.js\""], {
|
||||
stdio: 'inherit', // this is key for interactivity
|
||||
shell: true, // use system shell
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user