mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 01:45:18 +00:00
update index.js reference
This commit is contained in:
parent
99099a3583
commit
3e67fe02a8
@ -3,7 +3,7 @@
|
||||
"package.json",
|
||||
"LICENSE",
|
||||
"tsconfig.json",
|
||||
"index.ts",
|
||||
"index.js",
|
||||
"init.js",
|
||||
"server/**/*",
|
||||
"!server/wazuh-registry.json",
|
||||
|
@ -45,10 +45,10 @@ export default (kibana) => {
|
||||
|
||||
init(server) {
|
||||
const coreSetup = server.newPlatform.setup.core;
|
||||
const pluginsSetup: PluginsSetup = {
|
||||
const pluginsSetup = {
|
||||
discover: server.newPlatform.setup.plugins.discover
|
||||
};
|
||||
const legacySetup: LegacySetup = {
|
||||
const legacySetup = {
|
||||
server
|
||||
};
|
||||
|
@ -7,7 +7,7 @@
|
||||
"version": "7.8.0"
|
||||
},
|
||||
"description": "Wazuh app",
|
||||
"main": "index.ts",
|
||||
"main": "index.js",
|
||||
"keywords": [
|
||||
"kibana",
|
||||
"wazuh",
|
||||
|
Loading…
Reference in New Issue
Block a user