mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
fix: imports from src in config files lead to crash
This commit is contained in:
committed by
Rainer Killinger
parent
e65a81fcfa
commit
f6003d7f87
@@ -3,7 +3,7 @@
|
||||
import {SCConfigFile} from '@openstapps/core';
|
||||
import {RecursivePartial} from '@openstapps/logger/lib/common';
|
||||
import moment from 'moment';
|
||||
import {inRangeInclusive} from '../src/common';
|
||||
import {inRangeInclusive} from './default';
|
||||
|
||||
const ssRange = [4, 9];
|
||||
const wsRange = [10, 3];
|
||||
|
||||
Reference in New Issue
Block a user