refactor: Use path alias
This commit is contained in:
parent
d6e23b803b
commit
c74fe3c6e2
391 changed files with 557 additions and 557 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import { DOMWindow, JSDOM } from 'jsdom';
|
||||
import fetch from 'node-fetch';
|
||||
import { getJson, getHtml, getAgentByUrl } from '../misc/fetch';
|
||||
import { getJson, getHtml, getAgentByUrl } from '@/misc/fetch';
|
||||
import { Instance } from '../models/entities/instance';
|
||||
import { Instances } from '../models';
|
||||
import { getFetchInstanceMetadataLock } from '../misc/app-lock';
|
||||
import { getFetchInstanceMetadataLock } from '@/misc/app-lock';
|
||||
import Logger from './logger';
|
||||
import { URL } from 'url';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue