enh: read env changes from vite

This commit is contained in:
Ben Allfree 2023-10-02 13:26:48 -07:00
parent 80536c2c04
commit 0ddabb5f1e

View File

@ -6,6 +6,7 @@ const config: UserConfig = {
optimizeDeps: {
include: ['highlight.js', 'highlight.js/lib/core'],
},
envDir: '../..',
}
export default config