mirror of
https://github.com/unraid/api.git
synced 2026-01-16 05:37:25 -06:00
9 lines
177 B
JavaScript
9 lines
177 B
JavaScript
/* eslint-disable import/no-unassigned-import */
|
|
/*
|
|
* Copyright 2019 Lime Technology Inc. All rights reserved.
|
|
* Written by: Alexis Tyler
|
|
*/
|
|
|
|
// Boot app
|
|
require('./app');
|