mirror of
https://github.com/seejohnrun/haste-server.git
synced 2026-02-10 16:01:32 +00:00
add relative paths
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as fs from 'fs'
|
||||
import * as path from 'path'
|
||||
|
||||
import { Config } from '../../types/config'
|
||||
import { Config } from 'src/types/config'
|
||||
|
||||
const getConfig = (): Config => {
|
||||
const configPath =
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import * as winston from 'winston'
|
||||
import type { Config } from '../../types/config'
|
||||
import type { Config } from 'src/types/config'
|
||||
|
||||
const addLogging = (config: Config) => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user