@@ -114,7 +114,6 @@ function start(opts) {
|
|||||||
/**
|
/**
|
||||||
* Recursively get all files within a directory.
|
* Recursively get all files within a directory.
|
||||||
* Inspired by https://stackoverflow.com/a/45130990/10133863
|
* Inspired by https://stackoverflow.com/a/45130990/10133863
|
||||||
*
|
|
||||||
* @param {string} directory Absolute path to a directory to get files from.
|
* @param {string} directory Absolute path to a directory to get files from.
|
||||||
*/
|
*/
|
||||||
const getFiles = async (directory) => {
|
const getFiles = async (directory) => {
|
||||||
@@ -592,7 +591,6 @@ function start(opts) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Stop the server gracefully
|
* Stop the server gracefully
|
||||||
*
|
|
||||||
* @param {string} signal Name of the received signal
|
* @param {string} signal Name of the received signal
|
||||||
*/
|
*/
|
||||||
function stopGracefully(signal) {
|
function stopGracefully(signal) {
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ import glyphCompose from '@mapbox/glyph-pbf-composite';
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Generate new URL object
|
* Generate new URL object
|
||||||
*
|
|
||||||
* @param req
|
* @param req
|
||||||
* @params {object} req - Express request
|
* @params {object} req - Express request
|
||||||
* @returns {URL} object
|
* @returns {URL} object
|
||||||
|
|||||||
Reference in New Issue
Block a user