@base44-preview/cli 0.0.36-pr.339.4ca0d22 → 0.0.36-pr.339.96d7f36
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
|
@@ -244238,7 +244238,7 @@ async function createDevServer(options8) {
|
|
|
244238
244238
|
const { port: userPort } = options8;
|
|
244239
244239
|
const port = userPort ?? await getPorts({ port: DEFAULT_PORT });
|
|
244240
244240
|
const baseUrl = `http://localhost:${port}`;
|
|
244241
|
-
const { functions, entities
|
|
244241
|
+
const { functions, entities } = await options8.loadResources();
|
|
244242
244242
|
const app = import_express4.default();
|
|
244243
244243
|
const remoteProxy = import_http_proxy_middleware2.createProxyMiddleware({
|
|
244244
244244
|
target: BASE44_APP_URL,
|
|
@@ -248682,4 +248682,4 @@ export {
|
|
|
248682
248682
|
CLIExitError
|
|
248683
248683
|
};
|
|
248684
248684
|
|
|
248685
|
-
//# debugId=
|
|
248685
|
+
//# debugId=D9183A087214981864756E2164756E21
|