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
"The path to the pages directory; this also defines where the static endpoint '/apps' points to. Default is the './public/' directory.",
776
-
default: './public',
775
+
"The path to the pages directory; this also defines where the static endpoint '/apps' points to. Default is the './public/' directory of the parse-server module.",
/* Is true if responses should always be redirects and never content, false if the response type should depend on the request type (GET request -> content response; POST request -> redirect response).
438
438
:DEFAULT: false */
439
439
forceRedirect: ?boolean;
440
-
/* The path to the pages directory; this also defines where the static endpoint '/apps' points to. Default is the './public/' directory.
441
-
:DEFAULT: ./public */
440
+
/* The path to the pages directory; this also defines where the static endpoint '/apps' points to. Default is the './public/' directory of the parse-server module. */
442
441
pagesPath: ?string;
443
442
/* The API endpoint for the pages. Default is 'apps'.
0 commit comments