mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-13 18:45:43 +05:00
5 lines
160 B
JavaScript
5 lines
160 B
JavaScript
const Server = require("cryptpad-server");
|
|
const { config, infra } = require('./lib/load-config');
|
|
process.env.STANDALONE = false;
|
|
Server.start(config, infra);
|