First release
This commit is contained in:
commit
b94234c8e7
50 changed files with 18231 additions and 0 deletions
7
app/main.js
Normal file
7
app/main.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
const {createServer} = require('./src/server');
|
||||
|
||||
createServer(false);
|
||||
|
||||
/*
|
||||
This script is used to start standalone server without electron
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue