mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-15 18:08:32 -07:00
Move source map install to index.js
This commit is contained in:
parent
5a2f262fe5
commit
17dc22fdb0
1
index.js
1
index.js
@ -5,6 +5,7 @@ const fs = require('fs');
|
||||
const path = require('path');
|
||||
const {exec} = require('child_process');
|
||||
const rimraf = require('rimraf');
|
||||
require('source-map-support').install();
|
||||
|
||||
let controller;
|
||||
let stopping = false;
|
||||
|
@ -1,7 +1,6 @@
|
||||
import yaml from 'js-yaml';
|
||||
import fs from 'fs';
|
||||
import equals from 'fast-deep-equal/es6';
|
||||
import 'source-map-support/register';
|
||||
|
||||
export function read(file: string): KeyValue {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user