return imports to original ( assert {type:json}). This stops local dev from working though

This commit is contained in:
Robin Scholtes 2023-05-10 23:16:32 +12:00
parent 9fbef2c163
commit b80525315d
4 changed files with 5 additions and 8 deletions

View file

@ -4,8 +4,7 @@
* @license Apache-2.0
*/
// @TODO dolphin: import OperationConfig from "./config/OperationConfig.json" assert {type: "json"};
import OperationConfig from "./config/OperationConfig.json";
import OperationConfig from "./config/OperationConfig.json" assert {type: "json"};
import OperationError from "./errors/OperationError.mjs";
import Operation from "./Operation.mjs";
import DishError from "./errors/DishError.mjs";