This repository has been archived on 2022-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
freezerpc/app/main.js
2020-08-28 23:06:19 +02:00

7 lines
140 B
JavaScript

const {createServer} = require('./src/server');
createServer(false);
/*
This script is used to start standalone server without electron
*/