1
0
mirror of synced 2025-01-31 12:03:42 +01:00

ESM: Fixed OpModules import to make inline version function correctly

This commit is contained in:
n1474335 2018-05-29 16:22:04 +00:00
parent 6a4bc3c9df
commit 37c8d1b7ea

View File

@ -9,7 +9,7 @@
import "babel-polyfill";
import Chef from "./Chef";
import OperationConfig from "./config/OperationConfig.json";
import OpModules from "./config/modules/Default";
import OpModules from "./config/modules/OpModules";
// Add ">" to the start of all log messages in the Chef Worker
import loglevelMessagePrefix from "loglevel-message-prefix";