mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 07:45:00 -04:00
[#181] remove scattered todos and aggregate in temporary todo.txt file, add new css files to split up huge IO stylesheet for better future DevX
This commit is contained in:
parent
7648c6dce4
commit
2093dac4f9
13 changed files with 1 additions and 6 deletions
|
@ -4,7 +4,6 @@
|
|||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
// @TODO: NTS return this to original? ( it breaks dev though )
|
||||
// import OperationConfig from "./config/OperationConfig.json" assert {type: "json"};
|
||||
import OperationConfig from "./config/OperationConfig.json";
|
||||
import OperationError from "./errors/OperationError.mjs";
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// @TODO: NTS return this to original? ( it breaks dev though )
|
||||
// import OperationConfig from "../config/OperationConfig.json" assert {type: "json"};
|
||||
import OperationConfig from "../config/OperationConfig.json";
|
||||
import Utils, { isWorkerEnvironment } from "../Utils.mjs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue