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 Wrangler configuration file (if any, and possibly redirected from the user Wrangler configuration) used to create this configuration. */
35
38
configPath: string|undefined;
36
39
/** The path to the user's Wrangler configuration file (if any), which may have been redirected to another file that used to create this configuration. */
37
40
userConfigPath: string|undefined;
41
+
/**
42
+
* The original top level name for the Worker in the raw configuration.
43
+
*
44
+
* When a raw configuration has been flattened to a single environment the worker name may have been replaced or transformed.
45
+
* It can be useful to know what the top-level name was before the flattening.
0 commit comments