mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
refactor(client): move to Vite by @phillipthelen
This commit is contained in:
@@ -9,7 +9,7 @@ if (process.env.NODE_ENV !== 'production') {
|
||||
|
||||
const cluster = require('cluster');
|
||||
|
||||
const setupNconf = require('./libs/setupNconf');
|
||||
const setupNconf = require('./libs/setupNconf').default;
|
||||
|
||||
// Initialize configuration BEFORE anything
|
||||
setupNconf();
|
||||
|
||||
Reference in New Issue
Block a user