First release

This commit is contained in:
exttex 2020-08-28 23:06:19 +02:00
commit b94234c8e7
50 changed files with 18231 additions and 0 deletions

7
app/main.js Normal file
View file

@ -0,0 +1,7 @@
const {createServer} = require('./src/server');
createServer(false);
/*
This script is used to start standalone server without electron
*/