We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd68242 commit 62a1f08Copy full SHA for 62a1f08
app/scripts/start.js
@@ -4,11 +4,9 @@
4
*
5
* Assumes being run from within the app/ folder
6
*/
7
-const { spawn } = require('child_process');
+const { spawn, spawnSync } = require('child_process');
8
const { statSync, existsSync } = require('fs');
9
const { join } = require('path');
10
-const { execSync } = require('child_process');
11
-const { spawnSync } = require('child_process');
12
13
/**
14
* @returns the last commit date of the backend/ in milliseconds since epoch,
0 commit comments