mirror of
https://github.com/unraid/api.git
synced 2026-05-19 23:48:42 -05:00
@@ -1,13 +1,6 @@
|
||||
/*
|
||||
* Copyright 2005-2019, Lime Technology
|
||||
* Copyright 2018-2019, Alexis Tyler
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License version 2,
|
||||
* as published by the Free Software Foundation.
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
* Copyright 2019 Lime Technology Inc. All rights reserved.
|
||||
* Written by: Alexis Tyler
|
||||
*/
|
||||
|
||||
const env = process.env.NODE_ENV === 'production';
|
||||
|
||||
@@ -1,13 +1,6 @@
|
||||
/*
|
||||
* Copyright 2005-2019, Lime Technology
|
||||
* Copyright 2018-2019, Alexis Tyler
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License version 2,
|
||||
* as published by the Free Software Foundation.
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
* Copyright 2019 Lime Technology Inc. All rights reserved.
|
||||
* Written by: Alexis Tyler
|
||||
*/
|
||||
|
||||
module.exports = function (
|
||||
|
||||
@@ -1,13 +1,6 @@
|
||||
/*
|
||||
* Copyright 2005-2019, Lime Technology
|
||||
* Copyright 2018-2019, Alexis Tyler
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License version 2,
|
||||
* as published by the Free Software Foundation.
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
* Copyright 2019 Lime Technology Inc. All rights reserved.
|
||||
* Written by: Alexis Tyler
|
||||
*/
|
||||
|
||||
module.exports = function (deepmerge, GraphQLJSON, GraphQLLong, GraphQLUUID) {
|
||||
|
||||
@@ -1,13 +1,6 @@
|
||||
/*
|
||||
* Copyright 2005-2019, Lime Technology
|
||||
* Copyright 2018-2019, Alexis Tyler
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License version 2,
|
||||
* as published by the Free Software Foundation.
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
* Copyright 2019 Lime Technology Inc. All rights reserved.
|
||||
* Written by: Alexis Tyler
|
||||
*/
|
||||
|
||||
module.exports = function (path, mergeGraphqlSchemas) {
|
||||
|
||||
+2
-9
@@ -1,13 +1,6 @@
|
||||
/*
|
||||
* Copyright 2005-2019, Lime Technology
|
||||
* Copyright 2018-2019, Alexis Tyler
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License version 2,
|
||||
* as published by the Free Software Foundation.
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
* Copyright 2019 Lime Technology Inc. All rights reserved.
|
||||
* Written by: Alexis Tyler
|
||||
*/
|
||||
|
||||
const path = require('path');
|
||||
|
||||
+2
-9
@@ -1,13 +1,6 @@
|
||||
/*
|
||||
* Copyright 2005-2019, Lime Technology
|
||||
* Copyright 2018-2019, Alexis Tyler
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License version 2,
|
||||
* as published by the Free Software Foundation.
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
* Copyright 2019 Lime Technology Inc. All rights reserved.
|
||||
* Written by: Alexis Tyler
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,13 +1,6 @@
|
||||
/*
|
||||
* Copyright 2005-2019, Lime Technology
|
||||
* Copyright 2018-2019, Alexis Tyler
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License version 2,
|
||||
* as published by the Free Software Foundation.
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
* Copyright 2019 Lime Technology Inc. All rights reserved.
|
||||
* Written by: Alexis Tyler
|
||||
*/
|
||||
|
||||
// Boot app
|
||||
|
||||
Reference in New Issue
Block a user