add initial frame, kodi api module, static serve module, settings, etc.

This commit is contained in:
Jurgis Sakalauskas
2022-12-05 09:59:18 +02:00
parent 40e9244e31
commit 1ad27b4e8f
24 changed files with 15285 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
PORT=3000
STATIC_SERVE_FOLDER="../../../static"
LOG_FILE_REQUESTS="../../static/static_log.txt"