fix(providence): fix paths for dashboard
This commit is contained in:
parent
ee6dc3280e
commit
26b150f0af
3 changed files with 1 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
'providence-analytics': major
|
'providence-analytics': patch
|
||||||
---
|
---
|
||||||
|
|
||||||
fix paths for dashboard
|
fix paths for dashboard
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
// @ts-ignore
|
|
||||||
const { LogService } = require('../../src/program/services/LogService.js');
|
const { LogService } = require('../../src/program/services/LogService.js');
|
||||||
|
|
||||||
LogService.warn(
|
LogService.warn(
|
||||||
|
|
@ -2,9 +2,7 @@ import fs from 'fs';
|
||||||
import pathLib, { dirname } from 'path';
|
import pathLib, { dirname } from 'path';
|
||||||
import { fileURLToPath } from 'url';
|
import { fileURLToPath } from 'url';
|
||||||
import { createConfig, startServer } from 'es-dev-server';
|
import { createConfig, startServer } from 'es-dev-server';
|
||||||
// eslint-disable-next-line import/no-unresolved
|
|
||||||
import { ReportService } from '../../src/program/services/ReportService.js';
|
import { ReportService } from '../../src/program/services/ReportService.js';
|
||||||
// eslint-disable-next-line import/no-unresolved
|
|
||||||
import { getProvidenceConf } from '../../src/program/utils/get-providence-conf.mjs';
|
import { getProvidenceConf } from '../../src/program/utils/get-providence-conf.mjs';
|
||||||
|
|
||||||
const __dirname = dirname(fileURLToPath(import.meta.url));
|
const __dirname = dirname(fileURLToPath(import.meta.url));
|
||||||
Loading…
Reference in a new issue