Split at dist path.

feature/typescript
SamTV12345 2023-07-05 06:31:05 +02:00
parent 9a3b600666
commit f6d7939b9e
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ export const findEtherpadRoot = () => {
*
* <BASE_DIR>\src
*/
let maybeEtherpadRoot = popIfEndsWith(splitFoundRoot, ['src']);
let maybeEtherpadRoot = popIfEndsWith(splitFoundRoot, ['dist']);
if ((maybeEtherpadRoot === false) && (process.platform === 'win32')) {
/*