journal
This commit is contained in:
parent
5a1e4870ca
commit
022a429995
@ -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
4
package-lock.json
generated
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user