@base44-preview/cli 0.0.37-pr.246.3c6cb91 → 0.0.37-pr.246.9aaa0fb
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.js +2 -3
- package/dist/cli/index.js.map +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -226141,8 +226141,7 @@ import { fileURLToPath } from "node:url";
|
|
|
226141
226141
|
var PROJECT_SUBDIR = "base44";
|
|
226142
226142
|
var CONFIG_FILE_EXTENSION = "jsonc";
|
|
226143
226143
|
var CONFIG_FILE_EXTENSION_GLOB = "{json,jsonc}";
|
|
226144
|
-
var
|
|
226145
|
-
var FUNCTION_CONFIG_GLOB = `**/${FUNCTION_CONFIG_FILE}`;
|
|
226144
|
+
var FUNCTION_CONFIG_GLOB = `**/function.${CONFIG_FILE_EXTENSION_GLOB}`;
|
|
226146
226145
|
var ENTRY_FILE_GLOB = "**/entry.{js,ts}";
|
|
226147
226146
|
var ENTRY_IGNORE_DOT_PATHS = ["**/*.*/**"];
|
|
226148
226147
|
var APP_CONFIG_PATTERN = `**/.app.${CONFIG_FILE_EXTENSION_GLOB}`;
|
|
@@ -250827,4 +250826,4 @@ export {
|
|
|
250827
250826
|
CLIExitError
|
|
250828
250827
|
};
|
|
250829
250828
|
|
|
250830
|
-
//# debugId=
|
|
250829
|
+
//# debugId=7BA46BBE7FFD365F64756E2164756E21
|