@base44-preview/cli 0.0.1-pr.13.c36964c → 0.0.1-pr.13.e830fa0
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 +4 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -588,7 +588,10 @@ async function readAllFunctions(functionsDir) {
|
|
|
588
588
|
|
|
589
589
|
//#endregion
|
|
590
590
|
//#region src/core/resources/function/resource.ts
|
|
591
|
-
const functionResource = {
|
|
591
|
+
const functionResource = {
|
|
592
|
+
readAll: readAllFunctions,
|
|
593
|
+
push: async () => {}
|
|
594
|
+
};
|
|
592
595
|
|
|
593
596
|
//#endregion
|
|
594
597
|
//#region src/core/config/project.ts
|
package/package.json
CHANGED