You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mexperimental_serve_directly=false but no assets.binding provided.[0m
4483
+
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mAssets are not accessible, as the [assets.experimental_serve_directly] configuration key is set to \`false\`, but no [assets.binding] configuration is provided.[0m
4484
+
4485
+
❯❯ Add an assets binding to your assets configuration: BINDING = \\"ASSETS\\", or
4486
+
❯❯ Set experimental_serve_directly=false in your assets configuration
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mexperimental_serve_directly=false but no assets.binding provided.[0m
1723
+
"[33m▲ [43;33m[[43;30mWARNING[43;33m][0m [1mAssets are not accessible, as the [assets.experimental_serve_directly] configuration key is set to \`false\`, but no [assets.binding] configuration is provided.[0m
1724
+
1725
+
❯❯ Add an assets binding to your assets configuration: BINDING = \\"ASSETS\\", or
1726
+
❯❯ Set experimental_serve_directly=false in your assets configuration
@@ -463,7 +453,10 @@ export function validateAssetsArgsAndConfig(
463
453
!config?.assets?.binding
464
454
){
465
455
logger.warn(
466
-
"experimental_serve_directly=false but no assets.binding provided."
456
+
"Assets are not accessible, as the [assets.experimental_serve_directly] configuration key is set to `false`, but no [assets.binding] configuration is provided.\n"+
457
+
'❯❯ Add an assets binding to your assets configuration: BINDING = "ASSETS", or\n'+
458
+
"❯❯ Set experimental_serve_directly=false in your assets configuration\n\n"+
0 commit comments