mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Fixed backend
This commit is contained in:
parent
f8175a6433
commit
1d977679dd
28 changed files with 244 additions and 211 deletions
|
@ -8,7 +8,7 @@ import {Readable} from "node:stream";
|
|||
import spawn from 'cross-spawn';
|
||||
import log4js from 'log4js';
|
||||
import path from 'path';
|
||||
const settings = require('./Settings');
|
||||
import settings from './Settings';
|
||||
|
||||
const logger = log4js.getLogger('runCmd');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue