journal
This commit is contained in:
parent
5a1e4870ca
commit
022a429995
@ -8,10 +8,10 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
navigations: {
|
||||
'hub-video-start.main': '/hub-video-start'
|
||||
'journal.main': '/journal'
|
||||
},
|
||||
features: {
|
||||
'hub-video-start': {
|
||||
'journal': {
|
||||
// add your features here in the format [featureName]: { value: string }
|
||||
"keyboard": {
|
||||
"on": true,
|
||||
@ -31,7 +31,7 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
config: {
|
||||
'hub-video-start.socket.url': 'value',
|
||||
'hub-video-start.socket.path': 'value'
|
||||
}
|
||||
"journal.socket.url": "ws://localhost",
|
||||
"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",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "hub-video-start",
|
||||
"name": "journal",
|
||||
"version": "1.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "hub-video-start",
|
||||
"name": "journal",
|
||||
"version": "1.1.0",
|
||||
"description": "",
|
||||
"main": "./src/index.tsx",
|
||||
|
Loading…
Reference in New Issue
Block a user