mirror of
https://github.com/unraid/api.git
synced 2026-01-19 06:59:40 -06:00
9 lines
208 B
JavaScript
9 lines
208 B
JavaScript
// If this isn't installed we'll just ignore it
|
|
try {
|
|
require('source-map-support').install({
|
|
handleUncaughtExceptions: false
|
|
});
|
|
} catch {}
|
|
|
|
process.chdir(__dirname);
|
|
require('./dist/index'); |