mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-25 13:01:00 +00:00
10 lines
130 B
Text
10 lines
130 B
Text
|
|
const path = require('path');
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
resolve: {
|
||
|
|
alias: {
|
||
|
|
'@': path.join(__dirname, 'src'),
|
||
|
|
}
|
||
|
|
},
|
||
|
|
};
|