mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 06:00:15 -07:00
cd60c6cc27
Using prismjs, we add coloring of source code blocks, which translates in 12k of additional code. But the eyes and mind are so happy.
8 lines
146 B
JavaScript
8 lines
146 B
JavaScript
module.exports = {
|
|
// added this for mui icons (and we're using Joy)
|
|
resolve: {
|
|
alias: {
|
|
'@mui/material': '@mui/joy',
|
|
},
|
|
},
|
|
}; |