mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-26 00:04:45 +02:00
7 lines
130 B
JavaScript
7 lines
130 B
JavaScript
import auth from './modules/auth';
|
|
|
|
export default {
|
|
strict: process.env.NODE_ENV !== 'production',
|
|
modules: { auth },
|
|
};
|