13 lines
481 B
Plaintext
13 lines
481 B
Plaintext
# WebSocket configuration for dev server
|
|
# This ensures hot-reloading works correctly when accessing via VS Code port forwarding
|
|
WDS_SOCKET_PORT=0
|
|
|
|
# File watching configuration
|
|
# Enable polling only if you experience file change detection issues in the container
|
|
# CHOKIDAR_USEPOLLING=true
|
|
|
|
# React Fast Refresh
|
|
# Keep enabled for better developer experience (hot reloading without losing state)
|
|
# Set to false only if you experience issues with Fast Refresh
|
|
# FAST_REFRESH=false
|