mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-17 18:51:14 +01:00
💄 Prettier repository
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import path from 'path';
|
||||
import fs from 'fs';
|
||||
import { getFallbackConfig } from './config/getFallbackConfig';
|
||||
import path from 'path';
|
||||
|
||||
import { ConfigType } from '../types/config';
|
||||
import { getFallbackConfig } from './config/getFallbackConfig';
|
||||
|
||||
export function getConfig(name: string, props: any = undefined) {
|
||||
// Check if the config file exists
|
||||
|
||||
Reference in New Issue
Block a user