This commit is contained in:
Sebastian Rindom
2021-06-02 13:44:25 +02:00
parent b20d5c7150
commit 42d9a487ff
6 changed files with 192 additions and 135 deletions
-3
View File
@@ -1,10 +1,7 @@
import "core-js/stable"
import "regenerator-runtime/runtime"
import mongoose from "mongoose"
import chokidar from "chokidar"
import express from "express"
import cwdResolve from "resolve-cwd"
import loaders from "../loaders"
import Logger from "../loaders/logger"