@base44-preview/cli 0.1.2-pr.563.b19219e → 0.1.2-pr.563.d0deef5
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 -2
- package/dist/cli/index.js.map +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -253114,7 +253114,7 @@ async function deployFunctionsAction({ log }, names, options) {
|
|
|
253114
253114
|
if (fn.outOfBoundsImports && fn.outOfBoundsImports.length > 0) {
|
|
253115
253115
|
for (const { importer, specifier } of fn.outOfBoundsImports) {
|
|
253116
253116
|
const rel = importer.includes(fn.name) ? importer.slice(importer.lastIndexOf(fn.name)) : importer;
|
|
253117
|
-
log.error(`[${fn.name}] Cannot import "${specifier}" in ${rel}: the file is outside base44/ and cannot be uploaded. Move it to base44/shared/ to share it across functions
|
|
253117
|
+
log.error(`[${fn.name}] Cannot import "${specifier}" in ${rel}: the file is outside base44/ and cannot be uploaded. Move it to base44/shared/ to share it across functions, or use an npm:/jsr: specifier for external packages.`);
|
|
253118
253118
|
}
|
|
253119
253119
|
throw new CLIExitError(1);
|
|
253120
253120
|
}
|
|
@@ -262620,4 +262620,4 @@ export {
|
|
|
262620
262620
|
CLIExitError
|
|
262621
262621
|
};
|
|
262622
262622
|
|
|
262623
|
-
//# debugId=
|
|
262623
|
+
//# debugId=0C899C230ABD778064756E2164756E21
|