Convert server to nodeJS

This commit is contained in:
Thomas
2020-10-29 12:02:15 +01:00
parent 5fcc664f8f
commit 9e9adf30aa
25 changed files with 1995 additions and 1162 deletions

15
server/.eslintrc.json Normal file
View File

@@ -0,0 +1,15 @@
{
"env": {
"commonjs": true,
"es2021": true,
"node": true
},
"extends": [
"standard"
],
"parserOptions": {
"ecmaVersion": 12
},
"rules": {
}
}