mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Merge branch 'DotNetCore' of https://github.com/tidusjar/PlexRequests.Net into DotNetCore
This commit is contained in:
commit
3fefe86292
1 changed files with 2 additions and 9 deletions
|
@ -14,14 +14,7 @@ if (envs[envVar]) {
|
|||
|
||||
export var config = {
|
||||
envs: envs,
|
||||
env: env,
|
||||
systemJS: {
|
||||
bundle: <boolean>{
|
||||
[envs.local]: false,
|
||||
[envs.next]: true,
|
||||
[envs.live]: true
|
||||
}[env]
|
||||
}
|
||||
env: env
|
||||
}
|
||||
|
||||
export default config;
|
||||
export default config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue