Skip to content

Commit 434d7f5

Browse files
committed
fix: set default value for API_RESPONSE_DELAY to undefined
1 parent 3eeb02c commit 434d7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ GATEWAY_DEV_SERVER_PORT=3500
7777
# The port to use for the Vite (full web app) development server
7878
WEB_DEV_SERVER_PORT=3000
7979
# Set an arbitrary delay (in milliseconds) for all responses (useful for testing suspense)
80-
API_RESPONSE_DELAY=0
80+
API_RESPONSE_DELAY=
8181
# If set to 'true' and NODE_ENV === 'development', then login is automated
8282
VITE_DEV_BYPASS_AUTH=false
8383
# The username to use if VITE_DEV_BYPASS_AUTH is set to true

0 commit comments

Comments
 (0)