mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
not working atm
This commit is contained in:
parent
1702c7c34e
commit
4fbf0e8e2a
68 changed files with 238 additions and 9606 deletions
|
@ -1,11 +1,11 @@
|
|||
const startTime = Date.now();
|
||||
|
||||
require('ep_etherpad-lite/node_modules/npm').load({}, (er, npm) => {
|
||||
require('npm').load({}, (er, npm) => {
|
||||
const fs = require('fs');
|
||||
|
||||
const ueberDB = require('ep_etherpad-lite/node_modules/ueberdb2');
|
||||
const settings = require('ep_etherpad-lite/node/utils/Settings');
|
||||
const log4js = require('ep_etherpad-lite/node_modules/log4js');
|
||||
const ueberDB = require('ueberdb2');
|
||||
const settings = require('../src/node/utils/Settings');
|
||||
const log4js = require('log4js');
|
||||
|
||||
const dbWrapperSettings = {
|
||||
cache: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue