fix(backend): Rogue config.ts verwijderd/verplaatst
This commit is contained in:
		
							parent
							
								
									3cd7496989
								
							
						
					
					
						commit
						7a0d17652c
					
				
					 2 changed files with 1 additions and 11 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| import fs from 'fs'; | ||||
| import path from 'path'; | ||||
| import yaml from 'js-yaml'; | ||||
| import { FALLBACK_LANG } from '../../config.js'; | ||||
| import { FALLBACK_LANG } from '../config.js'; | ||||
| import { getLogger, Logger } from '../logging/initalize.js'; | ||||
| 
 | ||||
| const logger: Logger = getLogger(); | ||||
|  |  | |||
		Reference in a new issue