mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 23:20:07 +00:00
fix(vite.config.mts): correct path alias for src directory to ensure proper resolution in the project
refactor(vite.config.mts): adjust templates proxy configuration for better readability and maintainability
This commit is contained in:
@@ -179,7 +179,7 @@ export default defineConfig({
|
||||
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': './src'
|
||||
'@': '/src'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user