We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c0dc9 commit c438c68Copy full SHA for c438c68
packages/mattermost-plugin/index.tsx
@@ -21,7 +21,7 @@ import AtmosphereProvider from './AtmosphereProvider'
21
import AutoLogin from './components/AutoLogin'
22
import ModalRoot from './components/ModalRoot'
23
import './index.css'
24
-import commands from './public/mattermost-plugin-commands.json'
+import commands from './plugin-commands.json'
25
26
export const init = async (registry: PluginRegistry, store: Store<GlobalState, AnyAction>) => {
27
const serverUrl = getPluginServerRoute(store.getState())
packages/mattermost-plugin/public/mattermost-plugin-commands.json renamed to packages/mattermost-plugin/plugin-commands.json
0 commit comments