mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Use generalized prod config var (#3574)
This commit is contained in:
@@ -16,5 +16,8 @@ export default defineConfig({
|
||||
alias: {
|
||||
'@': '/src'
|
||||
}
|
||||
},
|
||||
define: {
|
||||
__USE_PROD_CONFIG__: process.env.USE_PROD_CONFIG === 'true'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user