Initial commit

This commit is contained in:
lowlighter
2020-09-08 18:01:22 +02:00
commit 22d732c3f8
21 changed files with 8567 additions and 0 deletions

5
index.mjs Normal file
View File

@@ -0,0 +1,5 @@
//Imports
import app from "./src/app.mjs"
//Start app
await app()