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

7 lines
140 B
JavaScript
Raw Normal View History

2020-08-28 22:06:19 +01:00
const {createServer} = require('./src/server');
createServer(false);
/*
This script is used to start standalone server without electron
*/