mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
include login in sdk, since it is used for local version
This commit is contained in:
parent
433d06527a
commit
94306db392
@ -590,6 +590,14 @@ module.exports = function(options) {
|
||||
basePath: workspaceDir,
|
||||
local: options.local
|
||||
},
|
||||
{
|
||||
packagePath: "plugins/c9.ide.login/login",
|
||||
staticPrefix: staticPrefix + "/plugins/c9.ide.login",
|
||||
ideBaseUrl: options.ideBaseUrl,
|
||||
dashboardUrl: options.dashboardUrl,
|
||||
accountUrl: options.accountUrl,
|
||||
local: options.local
|
||||
},
|
||||
{
|
||||
packagePath: "plugins/c9.ide.pubsub/pubsub-client",
|
||||
extendToken: extendToken
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user