Files
metabuilder/packages/workflow_editor/seed/scripts/editor.lua
2025-12-30 19:42:51 +00:00

7 lines
218 B
Lua

--- This file has been split into smaller modules in editor/
--- Use require("editor") or the individual submodules instead
---@module editor
---@deprecated Use editor.init instead
return require("editor.init")