@base44-preview/cli 0.0.19-pr.117.192ea40 → 0.0.19-pr.117.9a39069

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -30445,7 +30445,9 @@ async function writeAppConfig(projectRoot, appId) {
30445
30445
  async function findAppConfigPath(projectRoot) {
30446
30446
  return (await globby(APP_CONFIG_PATTERN, {
30447
30447
  cwd: projectRoot,
30448
- absolute: true
30448
+ absolute: true,
30449
+ deep: 3,
30450
+ gitignore: true
30449
30451
  }))[0] ?? null;
30450
30452
  }
30451
30453
  async function appConfigExists(projectRoot) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/cli",
3
- "version": "0.0.19-pr.117.192ea40",
3
+ "version": "0.0.19-pr.117.9a39069",
4
4
  "description": "Base44 CLI - Unified interface for managing Base44 applications",
5
5
  "type": "module",
6
6
  "bin": {