Update index.mjs

This commit is contained in:
lowlighter
2021-04-29 13:44:25 +02:00
parent 1c9cae0322
commit 84bf43673e

View File

@@ -1,7 +1,4 @@
//Imports
import app from "./instance.mjs"
//Start app
(async function() {
;(async function() {
await app({mock:process.env.USE_MOCKED_DATA, nosettings:process.env.NO_SETTINGS})
})()