mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 08:16:17 -04:00
OperationConfig now loaded into App via value-loader so that operation code is only included in the worker
This commit is contained in:
parent
760ab688b2
commit
cc3aad17e1
6 changed files with 4000 additions and 1237 deletions
|
@ -17,7 +17,7 @@ import CanvasComponents from "../core/lib/canvascomponents.js";
|
|||
// CyberChef
|
||||
import App from "./App.js";
|
||||
import Categories from "../core/config/Categories.js";
|
||||
import OperationConfig from "../core/config/OperationConfig.js";
|
||||
import OperationConfig from "value-loader?name=default!../core/config/MetaConfig.js";
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue