mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
devex: Ignore playwright-report and coverage in the vite dev server (#5258)
This commit is contained in:
@@ -26,6 +26,9 @@ export default defineConfig({
|
|||||||
base: '',
|
base: '',
|
||||||
server: {
|
server: {
|
||||||
host: VITE_REMOTE_DEV ? '0.0.0.0' : undefined,
|
host: VITE_REMOTE_DEV ? '0.0.0.0' : undefined,
|
||||||
|
watch: {
|
||||||
|
ignored: ['**/coverage/**', '**/playwright-report/**']
|
||||||
|
},
|
||||||
proxy: {
|
proxy: {
|
||||||
'/internal': {
|
'/internal': {
|
||||||
target: DEV_SERVER_COMFYUI_URL
|
target: DEV_SERVER_COMFYUI_URL
|
||||||
|
|||||||
Reference in New Issue
Block a user