chore: Use ES modules for backend app
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import basicAuth from 'express-basic-auth';
|
||||
import appConfig from '../config/app';
|
||||
import appConfig from '../config/app.js';
|
||||
|
||||
const injectBullBoardHandler = async (app, serverAdapter) => {
|
||||
if (
|
||||
|
Reference in New Issue
Block a user