This commit is contained in:
Primakov Alexandr Alexandrovich 2023-04-15 21:07:31 +03:00
parent 5a1e4870ca
commit 022a429995
3 changed files with 8 additions and 8 deletions

View File

@ -8,10 +8,10 @@ module.exports = {
} }
}, },
navigations: { navigations: {
'hub-video-start.main': '/hub-video-start' 'journal.main': '/journal'
}, },
features: { features: {
'hub-video-start': { 'journal': {
// add your features here in the format [featureName]: { value: string } // add your features here in the format [featureName]: { value: string }
"keyboard": { "keyboard": {
"on": true, "on": true,
@ -31,7 +31,7 @@ module.exports = {
}, },
}, },
config: { config: {
'hub-video-start.socket.url': 'value', "journal.socket.url": "ws://localhost",
'hub-video-start.socket.path': 'value' "journal.socket.path": "/socket.io/"
} }
} }

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "hub-video-start", "name": "journal",
"version": "1.1.0", "version": "1.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "hub-video-start", "name": "journal",
"version": "1.1.0", "version": "1.1.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -1,5 +1,5 @@
{ {
"name": "hub-video-start", "name": "journal",
"version": "1.1.0", "version": "1.1.0",
"description": "", "description": "",
"main": "./src/index.tsx", "main": "./src/index.tsx",