mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-11 14:20:07 +08:00
feat(server-dev): Added import for actions plugins to the lowdefy context.
This commit is contained in:
parent
f28052cb51
commit
20133bb058
@ -16,6 +16,7 @@
|
||||
|
||||
import React from 'react';
|
||||
|
||||
import actions from '../../build/plugins/actions.js';
|
||||
import callRequest from '../utils/callRequest.js';
|
||||
import blockComponents from '../../build/plugins/blocks.js';
|
||||
import operators from '../../build/plugins/operatorsClient.js';
|
||||
@ -24,6 +25,7 @@ import components from './components.js';
|
||||
const LowdefyContext = ({ children }) => {
|
||||
const lowdefy = {
|
||||
_internal: {
|
||||
actions,
|
||||
blockComponents,
|
||||
callRequest,
|
||||
components,
|
||||
|
Loading…
Reference in New Issue
Block a user