@base44-preview/cli 0.0.51-pr.517.51e5d60 → 0.0.51-pr.517.9d19c12
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
|
@@ -253457,8 +253457,8 @@ function getTypesCommand() {
|
|
|
253457
253457
|
}
|
|
253458
253458
|
|
|
253459
253459
|
// src/cli/commands/dev.ts
|
|
253460
|
-
import process21 from "node:process";
|
|
253461
253460
|
import { join as join26 } from "node:path";
|
|
253461
|
+
import process21 from "node:process";
|
|
253462
253462
|
|
|
253463
253463
|
// src/cli/dev/dev-server/main.ts
|
|
253464
253464
|
var import_cors = __toESM(require_lib4(), 1);
|
|
@@ -261296,4 +261296,4 @@ export {
|
|
|
261296
261296
|
CLIExitError
|
|
261297
261297
|
};
|
|
261298
261298
|
|
|
261299
|
-
//# debugId=
|
|
261299
|
+
//# debugId=85597F8DA43C10BA64756E2164756E21
|