fix: logger
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import pm2 from 'pm2';
|
||||
import { logger } from './logger.js';
|
||||
import { logger } from './logger.ts';
|
||||
|
||||
export async function reload() {
|
||||
return new Promise<void>((resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user