Files
api/index.js

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');